Skip to content
Snippets Groups Projects
Commit f6ae992c authored by timothycarambat's avatar timothycarambat
Browse files

onboarding username password bug preventing multi user signup

parent 9b9644e9
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment