mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-15 17:19:10 +00:00
chore: disable auth flow temporarily
This commit is contained in:
parent
fd02dad62b
commit
10522e73c2
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ const NewSession = (props: { sessionID: string }) => {
|
|||
const id = props.sessionID || url.searchParams.get('session_id');
|
||||
if (id) {
|
||||
localStorage.setItem('rp_session_key', id);
|
||||
session.setSession({ sessionID: id });
|
||||
// session.setSession({ sessionID: id });
|
||||
|
||||
const storedPostauthUrl = localStorage.getItem('rp_postauth_redirect');
|
||||
if (storedPostauthUrl) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue