onboarding username password bug preventing multi user signup
This commit is contained in:
parent
9b9644e931
commit
f6ae992c32
@ -36,7 +36,7 @@ function MultiUserSetup({ nextStep, prevStep }) {
|
||||
nextStep();
|
||||
};
|
||||
|
||||
const setNewUsername = (e) => setPassword(e.target.value);
|
||||
const setNewUsername = (e) => setUsername(e.target.value);
|
||||
const setNewPassword = (e) => setPassword(e.target.value);
|
||||
const handleUsernameChange = debounce(setNewUsername, 500);
|
||||
const handlePasswordChange = debounce(setNewPassword, 500);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user