summaryrefslogtreecommitdiff
path: root/Hutch/Views/Auth
diff options
context:
space:
mode:
Diffstat (limited to 'Hutch/Views/Auth')
-rw-r--r--Hutch/Views/Auth/AuthView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hutch/Views/Auth/AuthView.swift b/Hutch/Views/Auth/AuthView.swift
index cbf8669..5a249ef 100644
--- a/Hutch/Views/Auth/AuthView.swift
+++ b/Hutch/Views/Auth/AuthView.swift
@@ -87,7 +87,7 @@ struct TokenEntryView: View {
do {
try await appState.connect(with: tokenTrimmed)
} catch {
- errorMessage = error.localizedDescription
+ errorMessage = error.userFacingMessage
}
isConnecting = false
}