We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215fcb1 commit a42013dCopy full SHA for a42013d
vault-ui/src/pages/login/SignupPage.tsx
@@ -347,9 +347,7 @@ function SignupPageContents() {
347
348
<Button
349
type={hasSAMLOrOIDCConnection ? "button" : "submit"}
350
- variant={
351
- hasSAMLOrOIDCConnection ? "secondary" : undefined
352
- }
+ variant={hasSAMLOrOIDCConnection ? "secondary" : undefined}
353
className="mt-4 w-full"
354
disabled={submitting}
355
onClick={form.handleSubmit(handleSubmit)}
0 commit comments