token expire, remove console

This commit is contained in:
2021-08-24 20:08:42 -05:00
parent 3b2a06b043
commit a55f45cafd
10 changed files with 279 additions and 179 deletions

View File

@@ -71,7 +71,6 @@ export default {
icon: "tim-icons icon-check-2",
message: "Success! Welcome " + res.data.userData.name
});
console.log(res.data)
const auth = {
token: res.data.token,
userData: res.data.userData