Skip to content

Commit 25f422c

Browse files
committed
fix(login): open code verification in separate tab
1 parent e8d3751 commit 25f422c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/login/LoginComponent.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ const copyToClipBoard = () => {
126126
127127
const openVerification = () => {
128128
const _code = auth.value?.user_code;
129-
openTab(_code ? Config.Verification.code(_code) : Config.Verification.Url, true);
129+
openTab(_code ? Config.Verification.code(_code) : Config.Verification.Url, false);
130130
};
131131
132132
const onCheckedToggle = (checked: boolean) => {

0 commit comments

Comments
 (0)