Update AppImage

This commit is contained in:
MacRimi
2026-05-09 23:22:45 +02:00
parent 748334eed6
commit 0288c14a29
6 changed files with 84 additions and 13 deletions
+5
View File
@@ -76,6 +76,11 @@ export function Login({ onLogin }: LoginProps) {
}
localStorage.setItem("proxmenux-auth-token", data.token)
try {
sessionStorage.removeItem("proxmenux-auth-401-handled")
} catch {
// ignore
}
if (rememberMe) {
localStorage.setItem("proxmenux-saved-username", username)