mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix UI on recovery page when MFA is disabled
This commit is contained in:
parent
308f8358e2
commit
007a990520
@ -78,7 +78,7 @@ define([
|
||||
)
|
||||
]),
|
||||
h('div.cp-recovery-step.step-info', {style: 'display: none;'}, [
|
||||
h('div.alert.alert-info.cp-hidden.disabled', Msg.recovery_mfa_disabled),
|
||||
h('div.cp-hidden.disabled', Msg.recovery_mfa_disabled),
|
||||
h('div.alert.alert-danger.cp-hidden.unknown-error', Msg.recovery_mfa_error),
|
||||
]),
|
||||
]),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user