mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 09:39:09 +00:00
fix(api): change redirect to path-based format
This commit is contained in:
parent
fe90c06b4e
commit
b83593c9c8
1 changed files with 1 additions and 3 deletions
|
@ -106,9 +106,7 @@ export const LoginCallback = resolveFailures(
|
|||
|
||||
await Sessions.put(sessionID.string, sessionData, 60 * 60 * 6);
|
||||
|
||||
return Bounce(
|
||||
bounceBaseUrl + '/machinery/new-session?session_id=' + sessionID.string
|
||||
);
|
||||
return Bounce(bounceBaseUrl + '/machinery/new-session/' + sessionID.string);
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue