Skip to content

Commit a42013d

Browse files
committed
fmt
1 parent 215fcb1 commit a42013d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

vault-ui/src/pages/login/SignupPage.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,7 @@ function SignupPageContents() {
347347

348348
<Button
349349
type={hasSAMLOrOIDCConnection ? "button" : "submit"}
350-
variant={
351-
hasSAMLOrOIDCConnection ? "secondary" : undefined
352-
}
350+
variant={hasSAMLOrOIDCConnection ? "secondary" : undefined}
353351
className="mt-4 w-full"
354352
disabled={submitting}
355353
onClick={form.handleSubmit(handleSubmit)}

0 commit comments

Comments
 (0)