-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Session] V2 (V2) #3728
[Session] V2 (V2) #3728
Conversation
Your Render PR Server URL is https://social-app-pr-3728.onrender.com. Follow its progress at https://dashboard.render.com/web/srv-columf5jm4es73818350. |
|
src/lib/hooks/useAccountSwitcher.ts
Outdated
clearCurrentAccount() // back user out to login | ||
setTimeout(() => { | ||
Toast.show(_(msg`Sorry! We need you to enter your password.`)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the context of the account switcher this feels a bit confusing because I get kicked to the PWI screen — not to the login screen. So the screen I see in front of me has no relation to entering the password.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh yep, good catch, we're gonna need to update this to throw up the login screen (if we want the same functionality). This was set up before we added the PWI home screen.
ed5301a
to
6a6bd50
Compare
1005e43
to
fcb6d68
Compare
6fb0523
to
7d2b711
Compare
96081de
to
2438e74
Compare
Landed #3910 which was the last remaining bit. Phew! Thanks @estrattonbailey for all the work on this! |
No description provided.