mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 13:26:16 +00:00
track authorization status fixing freeze when trying to auth when already authorized
fix authWithNone fix debug settings
This commit is contained in:
@@ -31,7 +31,7 @@ struct ContentView: View {
|
||||
handler.connect()
|
||||
handler.authWithPw()
|
||||
}
|
||||
Button("disconnect & free") {
|
||||
Button("disconnect") {
|
||||
handler.disconnect()
|
||||
}
|
||||
Button("testExec") {
|
||||
|
||||
Reference in New Issue
Block a user