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