Update ProxMenux 1.2.1.4-beta

This commit is contained in:
MacRimi
2026-05-30 21:54:32 +02:00
parent d2ef8f0899
commit 4bf49675d2
27 changed files with 690 additions and 166 deletions
+2 -2
View File
@@ -85,7 +85,7 @@ export function AuthSetup({ onComplete }: AuthSetupProps) {
setOpen(false)
onComplete()
} catch (err) {
console.error("[v0] Auth skip error:", err)
console.error("Auth skip error:", err)
setError(err instanceof Error ? err.message : "Failed to save preference")
} finally {
setLoading(false)
@@ -203,7 +203,7 @@ export function AuthSetup({ onComplete }: AuthSetupProps) {
setOpen(false)
onComplete()
} catch (err) {
console.error("[v0] Auth setup error:", err)
console.error("Auth setup error:", err)
setError(err instanceof Error ? err.message : "Failed to setup authentication")
} finally {
setLoading(false)