mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix 2FA status in login-block information #1251
This commit is contained in:
parent
0d286160de
commit
fe3dfb7628
@ -1098,7 +1098,7 @@ define([
|
||||
row(Messages.admin_blockAvailable, localizeState(data.live));
|
||||
row(Messages.admin_blockArchived, localizeState(data.archived));
|
||||
|
||||
row(Messages.admin_totpEnabled, localizeState(data.totp.enabled));
|
||||
row(Messages.admin_totpEnabled, localizeState(Boolean(data.totp.enabled)));
|
||||
row(Messages.admin_totpRecoveryMethod, data.totp.recovery); // XXX localize?
|
||||
|
||||
if (data.live) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user