mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
requiring an email address for users is now configurable (#1914)
This commit is contained in:
@@ -72,7 +72,7 @@ export function RegistrationPage() {
|
||||
placeholder={_(msg`E-mail address`)}
|
||||
{...form.getInputProps("email")}
|
||||
size="md"
|
||||
required
|
||||
required={serverInfos.emailAddressRequired}
|
||||
/>
|
||||
<PasswordInput
|
||||
label={<Trans>Password</Trans>}
|
||||
|
||||
Reference in New Issue
Block a user