Browse Source

Merge pull request #667 from doccano/bugfix/login-logout-problem

Fix login/logout problem
pull/668/head
Hiroki Nakayama 4 years ago
committed by GitHub
parent
commit
9b97172363
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      frontend/services/auth.service.js

1
frontend/services/auth.service.js

@ -6,6 +6,7 @@ class AuthService {
}
postCredential(data) {
this.request.removeHeader()
return this.request.post('/auth-token', data)
}
}

Loading…
Cancel
Save