We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d3751 commit 25f422cCopy full SHA for 25f422c
src/components/views/login/LoginComponent.vue
@@ -126,7 +126,7 @@ const copyToClipBoard = () => {
126
127
const openVerification = () => {
128
const _code = auth.value?.user_code;
129
- openTab(_code ? Config.Verification.code(_code) : Config.Verification.Url, true);
+ openTab(_code ? Config.Verification.code(_code) : Config.Verification.Url, false);
130
};
131
132
const onCheckedToggle = (checked: boolean) => {
0 commit comments