Skip to content

Commit bed5091

Browse files
committed
show sidebar in settings/security
1 parent 17422de commit bed5091

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform/src/handlers/security.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export async function viewSecurity(req, res) {
3535
passkeys_enabled: FEATURE_PASSKEYS_ENABLED,
3636
totp_enabled: FEATURE_TOTP_ENABLED,
3737
totp_status: totp ? (totp.verified ? "enabled" : "pending") : "disabled",
38+
showSidebar: true,
3839
});
3940
} catch (err) {
4041
logger.error("✗ viewSecurity error", err);

0 commit comments

Comments
 (0)