mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Update settings.2fa.vue (#3595)
This commit is contained in:
parent
5fa53d4889
commit
2a8172e58d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
</template>
|
||||
<div v-if="data">
|
||||
<ol>
|
||||
<li>{{ $t('authenticator% <a href="https://support.google.com/accounts/answer/1066447" target="_blank">%i18n:@howtoinstall') }}</a></li>
|
||||
<li>{{ $t('authenticator') }}<a href="https://support.google.com/accounts/answer/1066447" target="_blank">{{ $t('howtoinstall') }}</a></li>
|
||||
<li>{{ $t('scan') }}<br><img :src="data.qr"></li>
|
||||
<li>{{ $t('done') }}<br>
|
||||
<input type="number" v-model="token" class="ui">
|
||||
|
|
Loading…
Add table
Reference in a new issue