-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
chore(platform): Add multi-wallet selection support to authz screen #2322
chore(platform): Add multi-wallet selection support to authz screen #2322
Conversation
e4b5a61
to
04adc1c
Compare
|
||
} | ||
|
||
export const modifyType = (string: string) => { |
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.
Name this something a lot more descriptive. Seems like it's doing a very small thing, yet it has a very generic name.
@@ -88,7 +85,11 @@ export const getDataForScopes = async ( | |||
const addressClient = getAddressClient(ca.baseUrn, env, traceSpan) | |||
return addressClient.getAddressProfile.query() | |||
}) | |||
) | |||
)).map(address => ({ |
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.
Looks like this code is very similar to getNormalizedSmartContractWallet(). Can we make this a generic function? If not, refactor this code and move it into utils like the others, and call it from here.
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.
resolve conflicts first please
584dd31
to
f60c3f9
Compare
f60c3f9
to
0b2f5f9
Compare
0b2f5f9
to
e7cd408
Compare
Description
Injects "Dropdown" component into Authz screen with generic dropdown for sc_wallets emails and connected accounts.
Updates the same component for email selection in console
Related Issues
Testing
Manually going to all mentioned routes (authz screen, teams in console)
Checklist