Skip to content

Commit 169381b

Browse files
committed
fixed bug
1 parent 83b02f4 commit 169381b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/App.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,13 @@
9595

9696
<b-nav-item v-if="parseAuthToken.isTwoFactorEnabled == false">
9797

98-
<b-button variant="outline-danger" pill @click="$router.push('mfa')" size="sm" style="color:grey">
98+
<router-link to="/studio/mfa">
99+
<b-button variant="outline-danger" pill size="sm" style="color:grey">
99100
<span class="spinner-grow spinner-grow-sm"></span>
100101
<span class="mx-1">Setup MFA</span>
101102
</b-button>
103+
</router-link>
104+
102105

103106
</b-nav-item>
104107

0 commit comments

Comments
 (0)