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 28a2096 commit c7d0936Copy full SHA for c7d0936
1 file changed
src/components/AuthorizerSignup.tsx
@@ -161,7 +161,7 @@ export const AuthorizerSignup: FC<{
161
{config.is_basic_authentication_enabled &&
162
!config.is_magic_link_login_enabled && (
163
<>
164
- <form onSubmit={onSubmit} name="authorizer-signup-form">
+ <form onSubmit={onSubmit} name="authorizer-sign-up-form">
165
<div className={styles['styled-form-group']}>
166
<label
167
className={styles['form-input-label']}
0 commit comments