mirror of
https://github.com/ansible/awx.git
synced 2026-01-23 07:28:02 -03:30
add auth token to logout request header
This commit is contained in:
parent
392242b1a5
commit
f02b5415af
@ -61,7 +61,10 @@ export default
|
||||
deleteToken: function () {
|
||||
return $http({
|
||||
method: 'DELETE',
|
||||
url: GetBasePath('authtoken')
|
||||
url: GetBasePath('authtoken'),
|
||||
headers: {
|
||||
'Authorization': 'Token ' + this.getToken()
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user