no progress

This commit is contained in:
Jonathan Baecker 2020-07-06 14:42:58 +02:00
parent 7c5822179a
commit de85900c1a

View File

@ -58,7 +58,8 @@ export const actions = {
},
async refreshToken ({ commit, state }) {
const payload = {
refresh: state.jwtRefresh
refresh: state.jwtRefresh,
progress: false
}
await this.$axios.post('auth/token/refresh/', payload)