diff options
| author | Christian Cleberg <[email protected]> | 2026-03-19 16:59:16 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-03-19 16:59:16 -0500 |
| commit | b82bbeeea48ad27832a355c2a41408559c411104 (patch) | |
| tree | 0af45101300c75970471573b09f878a1b3763b38 /Hutch/Views/Auth | |
| parent | 9065ef6e92245a44390e336cc1ae515ae706cdd7 (diff) | |
| download | hutch-b82bbeeea48ad27832a355c2a41408559c411104.tar.gz hutch-b82bbeeea48ad27832a355c2a41408559c411104.tar.bz2 hutch-b82bbeeea48ad27832a355c2a41408559c411104.zip | |
v2.1: bundled polish and fixes
Diffstat (limited to 'Hutch/Views/Auth')
| -rw-r--r-- | Hutch/Views/Auth/AuthView.swift | 2 |
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 } |
