mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
This pull-request addresses the size of the iconography within the `<SingleSignOnSection />` section component. As a side-effect of the changes in #21347 we are now rendering this too large. Furthermore, to catch these issues in future we've introduced two new stories within `SecurityPageView.stories.tsx` which render both `oidc` and `github` login routes. | Old | New | | --- | --- | | <img width="520" height="399" alt="OLD_SSO_PROVIDER" src="https://github.com/user-attachments/assets/f6687b9a-d6bc-4bca-859a-0b59a3f6ba03" /> | <img width="520" height="398" alt="NEW_SSO_PROVIDER" src="https://github.com/user-attachments/assets/5beb8149-3e07-4dbc-9e0f-06f9207ecc59" /> |