Add SSH password reset, fix TOTP errors, and update json-import guide.

This commit is contained in:
LukeGus
2025-08-31 20:18:08 -05:00
parent 8b8e77214c
commit 2f68dc018e
6 changed files with 253 additions and 273 deletions

View File

@@ -197,7 +197,7 @@ function AppContent() {
height: showProfile ? "100vh" : 0,
width: showProfile ? "100%" : 0,
position: showProfile ? "static" : "absolute",
overflow: "hidden",
overflow: "auto",
}}
>
<UserProfile isTopbarOpen={isTopbarOpen} />