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

Login/SSO revamp #8864

Merged

Conversation

gsmithun4
Copy link
Collaborator

Resolves #8861

* add workspace login

* SSO revamp

* small fix

* update

* remove comments from style file

* states for sso buttons

* updates

* Cancel should close the modal

* inherit default sso

* small fixes
@gsmithun4 gsmithun4 changed the base branch from main to release/platformv14 February 22, 2024 07:19
@AnantshreeChandola AnantshreeChandola linked an issue Feb 23, 2024 that may be closed by this pull request
@gsmithun4 gsmithun4 changed the base branch from release/platformv14 to release/platformv14-sso-revamp February 26, 2024 05:08
@gsmithun4 gsmithun4 merged commit a361336 into release/platformv14-sso-revamp Feb 26, 2024
7 checks passed
@gsmithun4 gsmithun4 deleted the feature/sso_revamp-release-v14 branch February 26, 2024 05:09
gsmithun4 added a commit that referenced this pull request Feb 26, 2024
* Login/SSO revamp (#8689)

* add workspace login

* SSO revamp

* small fix

* update

* remove comments from style file

* states for sso buttons

* updates

* Cancel should close the modal

* inherit default sso

* small fixes

* Add a confirmation modal while enabling workspace level SSO (#8881)

* font size update for title

* updates- add overlay css

* state updates

* updates

* updates

* fixes

* update casing

* update casing

* fixes

* drak mode fixes

* dark mode fixes

* small fix

* css update

* fix lint errors

* redirect url dark theme color fix

* remove console log

* remove unused editicon

---------

Co-authored-by: Anantshree Chandola <anantshreechandola23@gmail.com>

const handleHostNameChange = (newHostName) => {
setHostName(newHostName);
const changesMade = newHostName !== settings?.configs?.host_name;
Copy link
Collaborator

Choose a reason for hiding this comment

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

can you please remove this changedMade variables inside function scopes if we don't need it anymore.

@gsmithun4 gsmithun4 mentioned this pull request Feb 28, 2024
9 tasks
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.

SSO page UI/UX revamp
4 participants