mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2025-08-02 17:43:19 +08:00
Made subjects menu functional in user info
This commit is contained in:
parent
1aed66150c
commit
ffde700a36
3 changed files with 11 additions and 15 deletions
|
@ -89,6 +89,7 @@ export function UserLogin(user: LoginParams) {
|
|||
let error_message = "";
|
||||
if (error.response) error_message = error.response.data;
|
||||
else error_message = "Unable to reach servers";
|
||||
// console.log(error_message);
|
||||
return [false, error_message];
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue