mirror of
https://github.com/vector-im/element-call.git
synced 2026-01-30 03:15:55 +00:00
Fix undefined setUserName method.
This commit is contained in:
@@ -132,7 +132,6 @@ export function RegisterPage() {
|
||||
? client.getUserIdLocalpart()
|
||||
: undefined
|
||||
}
|
||||
onChange={(e) => setUserName(e.target.value)}
|
||||
disabled={isAuthenticated && isPasswordlessUser}
|
||||
/>
|
||||
</FieldRow>
|
||||
|
||||
Reference in New Issue
Block a user