We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a990a71 commit 6e25e26Copy full SHA for 6e25e26
iosApp/iosApp/UI/Page/OAuth/ServiceSelectScreen.swift
@@ -176,7 +176,8 @@ struct ServiceSelectScreen: View {
176
state.blueskyLoginState.login(
177
baseUrl: blueskyInputViewModel.baseUrl,
178
username: blueskyInputViewModel.username,
179
- password: blueskyInputViewModel.password
+ password: blueskyInputViewModel.password,
180
+ authFactorToken: nil
181
)
182
}, label: {
183
Text("confirm")
0 commit comments