mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 21:49:27 -02: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