diff options
| author | Roopesh Chander <roop@roopc.net> | 2025-11-12 13:47:09 +0530 |
|---|---|---|
| committer | jwijenbergh <jwijenbergh@noreply.codeberg.org> | 2026-02-12 10:30:31 +0100 |
| commit | 28c51a24570d742782c660167cef0d57e00d8bed (patch) | |
| tree | 40b794fbafb15d19848dbfd2be2081208dfd65f0 | |
| parent | e7c8570960cfef81b66d86d48ed7b239c3b1f6e8 (diff) | |
Update the source URL for the custom redirect values in the comment
| -rw-r--r-- | internal/api/redirect.go | 2 |
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", |
