-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
🪟 🎨🔧 Remove oauth position ff #22304
Conversation
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! It is much more convenient to have the SSO buttons on top.
34e0b72
to
9597444
Compare
airbyte-webapp/src/packages/cloud/views/auth/LoginPage/LoginPage.module.scss
Outdated
Show resolved
Hide resolved
airbyte-webapp/src/packages/cloud/views/auth/LoginPage/LoginPage.module.scss
Outdated
Show resolved
Hide resolved
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.
Code LGTM, aside from one minor left over that needs to be removed. Tested locally works as expected on login and signup. Please don't forget to delete the flag in LaunchDarkly after merging.
30fc7b5
to
1b31eac
Compare
1b31eac
to
72e08a1
Compare
We validated that having oauth signup methods on top led to better conversion rate. This PR just removes the feature flag we used and set the ouath on top of the signup form. I also took the chance to change the position in the login page for consistency
72e08a1
to
30b95a8
Compare
* 🪟 🎨🔧 Remove oauth position ff We validated that having oauth signup methods on top led to better conversion rate. This PR just removes the feature flag we used and set the ouath on top of the signup form. I also took the chance to change the position in the login page for consistency
We validated that having oauth signup methods on top led to better conversion rate.
This PR just removes the feature flag we used and set the ouath on top of the signup form.
I also took the chance to change the position in the login page for consistency