Skip to content

Commit 739ea72

Browse files
authored
Improve SSO log in button UX (#18487)
1 parent fb9e503 commit 739ea72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/dashboard/src/login/SSOLoginForm.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ export const SSOLoginForm: FC<Props> = ({ singleOrgMode, onSuccess }) => {
7373

7474
return (
7575
<form onSubmit={openLoginWithSSO}>
76-
<div className="mt-10 space-y-2">
76+
<div className="mt-10 space-y-2 w-56">
7777
{!singleOrgMode && (
7878
<TextInputField
7979
label="Organization Slug"
80-
placeholder="my-company"
80+
placeholder="my-organization"
8181
value={orgSlug}
8282
onChange={setOrgSlug}
8383
error={slugError.message}

0 commit comments

Comments
 (0)