Added admin panel - this should complete all of the dummied out features
This commit is contained in:
@@ -53,7 +53,7 @@ const LogIn = props => {
|
||||
);
|
||||
};
|
||||
|
||||
//DOCS: returns two values: response and OK
|
||||
//DOCS: returns two values: err and authTokens
|
||||
const handleSubmit = async (email, password) => {
|
||||
email = email.trim(); //TODO: validate email on login
|
||||
|
||||
|
||||
Reference in New Issue
Block a user