Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions apps/HeartCoach/iOS/Views/AppleSignInView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,6 @@ struct AppleSignInView: View {
return "Apple matched a credential that this build cannot use. Please try another account or use Dev Mode for local testing."
case .credentialImport, .credentialExport:
return "This Apple credential could not be used by the current build. Please try again."
case .preferSignInWithApple:
return "This account prefers Sign in with Apple. Please use the Apple sign-in button to continue."
case .deviceNotConfiguredForPasskeyCreation:
return "This device is not configured for that Apple sign-in flow yet. Please check iCloud Keychain settings and try again."
case .unknown, .none:
break
case .canceled:
Expand Down
Loading