Connect to Sign In
This commit is contained in:
parent
9ac86a478a
commit
9a04a80a71
|
@ -38,7 +38,7 @@ struct UserSignInView: View {
|
|||
Button {
|
||||
viewModel.login(username: username, password: password)
|
||||
} label: {
|
||||
Text("Connect")
|
||||
Text("Sign In")
|
||||
}
|
||||
.disabled(username.isEmpty)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue