mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-02 10:40:25 +02:00
complete web device auth flow
This commit is contained in:
@@ -53,7 +53,7 @@ export default async function Page(props: {
|
||||
|
||||
if (loginPageDomain) {
|
||||
const redirectUrl = searchParams.redirect as string | undefined;
|
||||
|
||||
|
||||
let url = `https://${loginPageDomain}/auth/org`;
|
||||
if (redirectUrl) {
|
||||
url += `?redirect=${redirectUrl}`;
|
||||
|
||||
Reference in New Issue
Block a user