-
Notifications
You must be signed in to change notification settings - Fork 29
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
feat(RC): SSO email login #1906
Conversation
* redirect to the webpage * redirect to the webpage * cleanup * unit tests * update kalium * update kalium * Update app/src/main/kotlin/com/wire/android/ui/authentication/login/sso/LoginSSOViewModel.kt Co-authored-by: Alexandre Ferris <[email protected]> --------- Co-authored-by: Alexandre Ferris <[email protected]>
Build (beta-debug) available here. Scroll down to Artifacts! |
Build (dev-debug) available here. Scroll down to Artifacts! |
Build 2 succeeded. The build produced the following APK's: |
…_login_RC_UI # Conflicts: # app/src/main/kotlin/com/wire/android/di/CoreLogicModule.kt
@VisibleForTesting | ||
fun domainLookupFlow() { |
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.
@VisibleForTesting
but it's public anyway
Build (beta-debug) available here. Scroll down to Artifacts! |
Build (dev-debug) available here. Scroll down to Artifacts! |
Build 6 succeeded. The build produced the following APK's: |
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Issues
domain lookup in the sso login screen and sso login with email
Notes (Optional)
Specify here any other facts that you think are important for this issue.
Attachments (Optional)
Attachments like images, videos, etc. (drag and drop in the text box)
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.