mirror of https://github.com/keeweb/keeweb
moved the stuck yubikey flag to the otp section
parent
8c386dbe57
commit
a1b8682316
|
@ -19,11 +19,6 @@
|
|||
{{#ifeq ykmanStatus 'ok'}}{{#res 'setDevicesYubiKeyToolsStatusOk'}}<code>ykman</code>{{/res}}{{/ifeq}}
|
||||
{{#ifeq ykmanStatus 'error'}}{{#res 'setDevicesYubiKeyToolsStatusError'}}<code>ykman</code>{{/res}}{{/ifeq}}
|
||||
</p>
|
||||
<div>
|
||||
<input type="checkbox" class="settings__input input-base settings__yubikey-stuck-workaround" id="settings__yubikey-stuck-workaround"
|
||||
{{#if yubiKeyStuckWorkaround}}checked{{/if}} />
|
||||
<label for="settings__yubikey-stuck-workaround">{{res 'setDevicesYubiKeyStuckWorkaround'}}</label>
|
||||
</div>
|
||||
<h3>{{res 'setDevicesYubiKeyOtpTitle'}}</h3>
|
||||
<p>{{res 'setDevicesYubiKeyOtpDesc'}}</p>
|
||||
<div>
|
||||
|
@ -41,6 +36,11 @@
|
|||
{{#if yubiKeyAutoOpen}}checked{{/if}} />
|
||||
<label for="settings__yubikey-auto-open">{{res 'setDevicesYubiKeyOtpAutoOpen'}}</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" class="settings__input input-base settings__yubikey-stuck-workaround" id="settings__yubikey-stuck-workaround"
|
||||
{{#if yubiKeyStuckWorkaround}}checked{{/if}} />
|
||||
<label for="settings__yubikey-stuck-workaround">{{res 'setDevicesYubiKeyStuckWorkaround'}}</label>
|
||||
</div>
|
||||
<h3>{{res 'setDevicesYubiKeyChalRespTitle'}}</h3>
|
||||
<p>{{res 'setDevicesYubiKeyChalRespDesc'}}</p>
|
||||
<div>
|
||||
|
|
Loading…
Reference in New Issue