mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
adding no-cache headers to the POST to /authtoken
This commit is contained in:
parent
39eab02713
commit
ec497fa48e
@ -55,6 +55,10 @@ export default
|
||||
data: {
|
||||
"username": username,
|
||||
"password": password
|
||||
},
|
||||
headers: {
|
||||
'Cache-Control': 'no-store',
|
||||
'Pragma': 'no-cache'
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user