mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-23 05:41:05 +01:00
Fix counter field conditional display
This commit is contained in:
parent
2233f1119b
commit
1d06aae30d
@ -18,7 +18,7 @@
|
||||
</div>
|
||||
<field-error :form="form" field="account" />
|
||||
</div>
|
||||
<div v-if="form.counter">
|
||||
<div v-if="form.type === 'hotp'">
|
||||
<div class="field" style="margin-bottom: 0.5rem;">
|
||||
<label class="label">{{ $t('twofaccounts.forms.hotp_counter') }}</label>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user