1
0

Gantt Charts (#29)

This commit is contained in:
konrad
2019-04-29 21:41:39 +00:00
committed by Gitea
parent 0aa0a39620
commit d03f0211a3
23 changed files with 1454 additions and 565 deletions

View File

@ -51,9 +51,7 @@ export default {
email: creds.email,
password: creds.password
})
.then(response => {
// eslint-disable-next-line
console.log(response)
.then(() => {
this.login(context, creds, redirect)
})
.catch(e => {