mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 11:59:11 +00:00
fix(api): remove extra / from login-callback redirect
This commit is contained in:
parent
b83593c9c8
commit
2ef96d6575
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ export const LoginCallback = resolveFailures(
|
||||||
|
|
||||||
await Sessions.put(sessionID.string, sessionData, 60 * 60 * 6);
|
await Sessions.put(sessionID.string, sessionData, 60 * 60 * 6);
|
||||||
|
|
||||||
return Bounce(bounceBaseUrl + '/machinery/new-session/' + sessionID.string);
|
return Bounce(bounceBaseUrl + 'machinery/new-session/' + sessionID.string);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue