We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b02f4 commit 169381bCopy full SHA for 169381b
src/App.vue
@@ -95,10 +95,13 @@
95
96
<b-nav-item v-if="parseAuthToken.isTwoFactorEnabled == false">
97
98
- <b-button variant="outline-danger" pill @click="$router.push('mfa')" size="sm" style="color:grey">
+ <router-link to="/studio/mfa">
99
+ <b-button variant="outline-danger" pill size="sm" style="color:grey">
100
<span class="spinner-grow spinner-grow-sm"></span>
101
<span class="mx-1">Setup MFA</span>
102
</b-button>
103
+ </router-link>
104
+
105
106
</b-nav-item>
107
0 commit comments