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