Skip to content

refactor: Make login headline one line and add auth method section #1922

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

Merged
merged 3 commits into from
May 31, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update site/src/components/SignInForm/SignInForm.tsx
Co-authored-by: Kyle Carberry <kyle@coder.com>
  • Loading branch information
BrunoQuaresma and kylecarbs authored May 31, 2022
commit 4c555b3cb757e552e12c89f3e9912c1509f31752
2 changes: 1 addition & 1 deletion site/src/components/SignInForm/SignInForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export const SignInForm: FC<SignInFormProps> = ({
<>
<div className={styles.divider}>
<div className={styles.dividerLine} />
<div className={styles.dividerLabel}>Or sign in with</div>
<div className={styles.dividerLabel}>Or</div>
<div className={styles.dividerLine} />
</div>

Expand Down