Skip to content
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

CB-5833 Fix e-mails recognition for SSO #3019

Merged
merged 20 commits into from
Nov 12, 2024

Conversation

sergeyteleshev
Copy link
Contributor

No description provided.

@sergeyteleshev sergeyteleshev self-assigned this Oct 22, 2024
@sergeyteleshev sergeyteleshev marked this pull request as ready for review October 22, 2024 10:46
@@ -96,6 +96,7 @@ export class UserFormInfoPart extends FormPart<IUserFormInfoState, IUserFormStat
authRole: getTransformedAuthRole(this.state.authRole),
enabled: this.state.enabled,
});
this.state.userId = user.userId;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add comment that userId is modified by backend and may not match value we sent, so we need to update state

@alexander-skoblikov alexander-skoblikov merged commit 110546a into devel Nov 12, 2024
5 of 8 checks passed
@alexander-skoblikov alexander-skoblikov deleted the CB-5833-fix-e-mails-recognition-for-sso branch November 12, 2024 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants