groups and reset

This commit is contained in:
2020-05-15 00:40:15 -04:00
parent e71fccd27c
commit 0889832efc
22 changed files with 1463 additions and 128 deletions

View File

@ -22,7 +22,7 @@ Auth.login = async function(data){
return {user, token}
}catch(error){
throw error;
throw this.errors.login();
}
};