We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b302365 + a613388 commit 8fbf9eeCopy full SHA for 8fbf9ee
1 file changed
Xcodes/Backend/AppState.swift
@@ -277,7 +277,7 @@ class AppState: ObservableObject {
277
278
func signIn(username: String, password: String) {
279
authError = nil
280
- signIn(username: username, password: password)
+ signIn(username: username.lowercased(), password: password)
281
.sink(
282
receiveCompletion: { _ in },
283
receiveValue: { _ in }
0 commit comments