Add SSH password reset, fix TOTP errors, and update json-import guide.
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user