ios: remove failed authentication alert (#802)

This commit is contained in:
JRoberts
2022-07-11 16:38:21 +04:00
committed by GitHub
parent d1bd7fbf4c
commit df04c4a1ea

View File

@@ -81,7 +81,7 @@ struct ContentView: View {
case .success:
userAuthorized = true
case .failed:
AlertManager.shared.showAlert(laFailedAlert())
break
case .unavailable:
userAuthorized = true
prefPerformLA = false