Remove password req.
This commit is contained in:
parent
6c35ab8b19
commit
382fdc030a
|
@ -185,7 +185,7 @@ struct ConnectToServerView: View {
|
|||
Spacer()
|
||||
ProgressView().isHidden(!isWorking)
|
||||
}
|
||||
}.disabled(isWorking || username.isEmpty || password.isEmpty)
|
||||
}.disabled(isWorking || username.isEmpty)
|
||||
.alert(isPresented: $isSignInErrored) {
|
||||
Alert(title: Text("Error"), message: Text("Invalid credentials"), dismissButton: .default(Text("Back")))
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue