diff --git a/awx/ui/client/src/login/authenticationServices/authentication.service.js b/awx/ui/client/src/login/authenticationServices/authentication.service.js index f7b8dd8666..4f2d826f7a 100644 --- a/awx/ui/client/src/login/authenticationServices/authentication.service.js +++ b/awx/ui/client/src/login/authenticationServices/authentication.service.js @@ -55,6 +55,10 @@ export default data: { "username": username, "password": password + }, + headers: { + 'Cache-Control': 'no-store', + 'Pragma': 'no-cache' } }); },