summaryrefslogtreecommitdiff
path: root/internal/api
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api')
-rw-r--r--internal/api/redirect.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/redirect.go b/internal/api/redirect.go
index 42ec0b8..417edf5 100644
--- a/internal/api/redirect.go
+++ b/internal/api/redirect.go
@@ -2,7 +2,7 @@ package api
// customRedirects supplies redirect values that should be handled by the app itself
// here we hardcode the redirect values that we should use in the OAuth requests
-// these values were taken from https://git.sr.ht/~fkooman/vpn-user-portal/tree/v3/item/src/OAuth/VpnClientDb.php
+// these values were taken from https://codeberg.org/eduVPN/vpn-user-portal/src/branch/v3/src/OAuth/VpnClientDb.php
var customRedirects = map[string]string{
"org.letsconnect-vpn.app.macos": "org.letsconnect-vpn.app.macos:/api/callback",
"org.letsconnect-vpn.app.ios": "org.letsconnect-vpn.app.ios:/api/callback",