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
In the case of having more than one Telos Zero account associated with the keys from Metakeep, we need to allow the user to select the account to be logged in.
Acceptance Criteria
If the user has more than one account to log in to Telos Zero, the site must stop the login flow and present all the options.
If the user does not have more than one account associated with the keys from Metakeep, this extra step is never presented
Tasks
Modify the MetakeepUAL Class API to export auxiliary functions to externalize the state of the data.
Create a new ZeroAccountsSelector Component to allow the user to select from many account names
Change the flow to check for the number of accounts
Insert a new interactive step to allow the user to select the account in case more than one is detected.
The text was updated successfully, but these errors were encountered:
Description
In the case of having more than one Telos Zero account associated with the keys from Metakeep, we need to allow the user to select the account to be logged in.
Acceptance Criteria
Tasks
The text was updated successfully, but these errors were encountered: