We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17422de commit bed5091Copy full SHA for bed5091
platform/src/handlers/security.js
@@ -35,6 +35,7 @@ export async function viewSecurity(req, res) {
35
passkeys_enabled: FEATURE_PASSKEYS_ENABLED,
36
totp_enabled: FEATURE_TOTP_ENABLED,
37
totp_status: totp ? (totp.verified ? "enabled" : "pending") : "disabled",
38
+ showSidebar: true,
39
});
40
} catch (err) {
41
logger.error("✗ viewSecurity error", err);
0 commit comments