track authorization status fixing freeze when trying to auth when already authorized

fix authWithNone
fix debug settings
This commit is contained in:
neon443
2025-06-06 21:32:40 +01:00
parent 7adc2b7059
commit 261e2d8be5
3 changed files with 24 additions and 15 deletions

View File

@@ -31,7 +31,7 @@ struct ContentView: View {
handler.connect()
handler.authWithPw()
}
Button("disconnect & free") {
Button("disconnect") {
handler.disconnect()
}
Button("testExec") {