temp fix with uuid 1

This commit is contained in:
CodeServer 2022-03-25 21:24:43 +00:00
parent d46f70895c
commit 9300a4ca70

View File

@ -41,9 +41,9 @@ const Login: React.FC = () => {
// setErrMsg(''); // setErrMsg('');
// }, [user, pwd]) // }, [user, pwd])
store.dispatch(fetchMeetings("")); // temp fix store.dispatch(fetchMeetings("1")); // temp fix
store.dispatch(fetchUsers("")); // temp fix store.dispatch(fetchUsers("1")); // temp fix
store.dispatch(fetchFavorites("")); // temp fix store.dispatch(fetchFavorites("1")); // temp fix
const handleLogin = async(e: React.SyntheticEvent) => { const handleLogin = async(e: React.SyntheticEvent) => {
e.preventDefault(); e.preventDefault();