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
Can have just one section for users to switch accounts with, no need to follow the reference strictly.
Change "Create Team" to "Create Account" and implement the Create Account feature.
Add isDefault field for users to select which account they want to see by default, the current implementation is just grabbing the first result the database returned.
Zustand is used to manage the global state on client side to store the currently selected account, when the user select an account, should invoke the "changeAccount" function from the store and everything should react from there.
The text was updated successfully, but these errors were encountered:
For users to switch between accounts.
Zustand is used to manage the global state on client side to store the currently selected account, when the user select an account, should invoke the "changeAccount" function from the store and everything should react from there.
The text was updated successfully, but these errors were encountered: