Skip to content

Commit

Permalink
Update SelectUser.js
Browse files Browse the repository at this point in the history
  • Loading branch information
avgupta456 committed Nov 29, 2023
1 parent 094af5b commit f965535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/pages/Wrapped/SelectUser.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const SelectUserScreen = () => {

useEffect(() => {
userNameInput.focus();
userNameInput.value = userNameInput.value.toLowerCase();
}, [userNameInput]);

const login = (newUserId, userKey) => dispatch(_login(newUserId, userKey));
Expand Down

0 comments on commit f965535

Please sign in to comment.