Browse Source

Fix login/logout problem, resolves #545, resolves #613

pull/667/head
Hironsan 4 years ago
parent
commit
0a57677b5d
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