mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-17 18:18:11 +00:00
onboarding username password bug preventing multi user signup
This commit is contained in:
parent
9b9644e931
commit
f6ae992c32
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue