remove disabled conditions
This commit is contained in:
@@ -668,11 +668,7 @@ export default function AccountPage() {
|
|||||||
ref={emailRef}
|
ref={emailRef}
|
||||||
type="email"
|
type="email"
|
||||||
required
|
required
|
||||||
disabled={
|
disabled={emailButtonLoading()}
|
||||||
emailButtonLoading() ||
|
|
||||||
(userProfile().email !== null &&
|
|
||||||
!userProfile().emailVerified)
|
|
||||||
}
|
|
||||||
title="Please enter a valid email address"
|
title="Please enter a valid email address"
|
||||||
label={userProfile().email ? "Update Email" : "Add Email"}
|
label={userProfile().email ? "Update Email" : "Add Email"}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user