From b82bbeeea48ad27832a355c2a41408559c411104 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Thu, 19 Mar 2026 16:59:16 -0500 Subject: v2.1: bundled polish and fixes --- Hutch/Views/Auth/AuthView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Hutch/Views/Auth') 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 } -- cgit v1.2.3