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 d114981..91534b0 100644
--- a/Hutch/Views/Auth/AuthView.swift
+++ b/Hutch/Views/Auth/AuthView.swift
@@ -3,7 +3,7 @@ import SwiftUI
/// Token entry screen shown when the user is not authenticated.
struct TokenEntryView: View {
private let createAccountURL = URL(string: "https://meta.sr.ht/register")!
- private let personalAccessTokensURL = URL(string: "https://meta.sr.ht/oauth/personal-access-tokens")!
+ private let personalAccessTokensURL = URL(string: "https://meta.sr.ht/oauth2/personal-token")!
@Environment(AppState.self) private var appState
@State private var token = ""