Skip to content
Snippets Groups Projects

Activate WebAuthn and redesign 2FA profile page

Merged Jonathan Weth requested to merge 2fa-webauthn into master
Files
22
@@ -5,7 +5,11 @@
>
<h1 class="text-h2">{{ $t(shortErrorMessageKey) }}</h1>
<div>{{ $t(longErrorMessageKey) }}</div>
<v-btn color="secondary" :to="{ name: redirectRouteName }" v-if="!hideButton">
<v-btn
color="secondary"
:to="{ name: redirectRouteName }"
v-if="!hideButton"
>
<v-icon left>{{ redirectButtonIcon }}</v-icon>
{{ $t(redirectButtonTextKey) }}
</v-btn>
Loading