Fix undefined setUserName method.
This commit is contained in:
parent
a7539eb34e
commit
0ce29cfd45
1 changed files with 0 additions and 1 deletions
|
@ -132,7 +132,6 @@ export function RegisterPage() {
|
|||
? client.getUserIdLocalpart()
|
||||
: undefined
|
||||
}
|
||||
onChange={(e) => setUserName(e.target.value)}
|
||||
disabled={isAuthenticated && isPasswordlessUser}
|
||||
/>
|
||||
</FieldRow>
|
||||
|
|
Loading…
Reference in a new issue