no progress
This commit is contained in:
parent
7c5822179a
commit
de85900c1a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user