You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the login button will directly log user in with the first account that the user has used to log in on the first time (despite having logout and login again). Will need to create a separate button that allows switching account.
Details:
Create a 'Switch account' button placed in the Profile page.
Create redux action and reducer for 'switch account' functionality. (Copy and reuse the login action creators in its respective project and simply append prompt=login as a parameter in the login settings/options.
Completed the above feature for:
React Web
Electron
Expo
The text was updated successfully, but these errors were encountered:
Currently the login button will directly log user in with the first account that the user has used to log in on the first time (despite having logout and login again). Will need to create a separate button that allows switching account.
Details:
login
action creators in its respective project and simply appendprompt=login
as a parameter in the login settings/options.Completed the above feature for:
The text was updated successfully, but these errors were encountered: