-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
fix sso login success message #8174
Conversation
@@ -151,6 +151,7 @@ export type CallsConnection = { | |||
|
|||
export type CallsConfigState = CallsConfig & { | |||
AllowEnableCalls: boolean; | |||
GroupCallsAllowed: boolean; |
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.
@cpoile for some reason TS was complaining
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.
LGTM 👍
@@ -151,6 +151,7 @@ export type CallsConnection = { | |||
|
|||
export type CallsConfigState = CallsConfig & { | |||
AllowEnableCalls: boolean; | |||
GroupCallsAllowed: boolean; |
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.
This is unrelated, right?
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.
Nevermind, I see your other comment
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.
Thanks @enahum!
doSSOLogin(bearerToken, csrfToken); | ||
} | ||
} else if (Platform.OS === 'ios' || result.type === 'dismiss') { | ||
} else if (Platform.OS === 'ios' && result.type === 'dismiss') { |
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.
@enahum if on Android, and user "dismiss" or (x) out of Okta sso, would this if logic change miss that user?
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.
@rahimrahman yes thank you, this was unintended.
/update-branch |
For future traceability: https://mattermost.atlassian.net/browse/MM-60293 |
/cherry-pick release-2.20 |
Cherry pick is scheduled. |
* fix sso login success message * fix if statement --------- Co-authored-by: Mattermost Build <build@mattermost.com> (cherry picked from commit 8b869c2)
/cherry-pick release-2.19 |
Cherry pick is scheduled. |
* fix sso login success message * fix if statement --------- Co-authored-by: Mattermost Build <build@mattermost.com> (cherry picked from commit 8b869c2)
…mobile-#8174-upstream-release-2.19
* fix sso login success message * fix if statement --------- Co-authored-by: Mattermost Build <build@mattermost.com>
Summary
Adds a transitional screen when the SSO is successful
Ticket Link
https://hub.mattermost.com/private-core/pl/55xw79opufn6jrzawkuzrrxjtc
Checklist
E2E iOS tests for PR
.Screenshots
Release Note