mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
fix typo on auth/callback redirect
This commit is contained in:
parent
a008dbcc42
commit
be826b613e
1 changed files with 1 additions and 1 deletions
|
@ -72,5 +72,5 @@ export const authCallback: RoleypolyHandler = async (
|
||||||
return authFailure(config.uiPublicURI, 'session setup failure');
|
return authFailure(config.uiPublicURI, 'session setup failure');
|
||||||
}
|
}
|
||||||
|
|
||||||
return seeOther(bounceBaseUrl + '/machinery/new-session/' + session.sessionID);
|
return seeOther(bounceBaseUrl + 'machinery/new-session/' + session.sessionID);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue