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
the auth is ok call the protected/v1/accounts api in order to get the available accounts
for the logged usser
if the available accounts size are greater than one show a "Choose Account Dialog" in order to allow to choose the account to work
Save the account choosen in a localstorage. Next time at point 3 if the localstorage contain an account id contained in the response of protected/v1/accounts skip point 3
call the api protected/v1/accounts/{accountId} to get all the data necessary for dashboard Ui
The text was updated successfully, but these errors were encountered:
perform login
the auth is ok call the protected/v1/accounts api in order to get the available accounts
for the logged usser
if the available accounts size are greater than one show a "Choose Account Dialog" in order to allow to choose the account to work
Save the account choosen in a localstorage. Next time at point 3 if the localstorage contain an account id contained in the response of protected/v1/accounts skip point 3
call the api protected/v1/accounts/{accountId} to get all the data necessary for dashboard Ui
The text was updated successfully, but these errors were encountered: