Merge pull request #106 from jaredevantabor/7332-cache-headers

7332 cache headers
This commit is contained in:
Jared Tabor 2017-07-28 16:00:23 -07:00 committed by GitHub
commit 59157565bd

View File

@ -55,6 +55,10 @@ export default
data: {
"username": username,
"password": password
},
headers: {
'Cache-Control': 'no-store',
'Pragma': 'no-cache'
}
});
},