pass origin as website when loging into server

- helps users know which elk servers they have active login sessions with
pull/3299/head
Simon Ramsay 2025-05-20 05:41:20 +00:00 zatwierdzone przez GitHub
rodzic 46e4433e1c
commit 1911b27b6b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -60,7 +60,7 @@ async function fetchAppInfo(origin: string, server: string) {
},
body: {
client_name: APP_NAME + (env !== 'release' ? ` (${env})` : ''),
website: 'https://elk.zone',
website: origin,
redirect_uris: getRedirectURI(origin, server),
scopes: 'read write follow push',
},