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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
frontend/services/auth.service.js
|
|
@ -6,6 +6,7 @@ class AuthService { |
|
|
|
} |
|
|
|
|
|
|
|
postCredential(data) { |
|
|
|
this.request.removeHeader() |
|
|
|
return this.request.post('/auth-token', data) |
|
|
|
} |
|
|
|
} |
|
|
|