mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-01-22 22:30:05 +01:00
Hide the I'm lucky legend when its button is hidden
This commit is contained in:
parent
84d6149bb3
commit
e502f010a2
@ -94,7 +94,7 @@
|
||||
</div>
|
||||
<div class="field">
|
||||
<field-error :form="form" field="icon" class="help-for-file" />
|
||||
<p class="help" v-html="$t('twofaccounts.forms.i_m_lucky_legend')"></p>
|
||||
<p v-if="$root.appSettings.getOfficialIcons" class="help" v-html="$t('twofaccounts.forms.i_m_lucky_legend')"></p>
|
||||
</div>
|
||||
<!-- otp type -->
|
||||
<form-toggle class="has-uppercased-button" :form="form" :choices="otp_types" fieldName="otp_type" :label="$t('twofaccounts.forms.otp_type.label')" :help="$t('twofaccounts.forms.otp_type.help')" :hasOffset="true" />
|
||||
|
@ -38,7 +38,7 @@
|
||||
</div>
|
||||
<div class="field">
|
||||
<field-error :form="form" field="icon" class="help-for-file" />
|
||||
<p class="help" v-html="$t('twofaccounts.forms.i_m_lucky_legend')"></p>
|
||||
<p v-if="$root.appSettings.getOfficialIcons" class="help" v-html="$t('twofaccounts.forms.i_m_lucky_legend')"></p>
|
||||
</div>
|
||||
<!-- otp type -->
|
||||
<form-toggle class="has-uppercased-button" :isDisabled="true" :form="form" :choices="otp_types" fieldName="otp_type" :label="$t('twofaccounts.forms.otp_type.label')" :help="$t('twofaccounts.forms.otp_type.help')" :hasOffset="true" />
|
||||
|
Loading…
Reference in New Issue
Block a user