Skip to content

Commit 1eb36bf

Browse files
removed download cookie
1 parent c6ad487 commit 1eb36bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

store/user-info-store.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ export const actions = {
9191
},
9292
async user_logout_server({ commit, dispatch }) {
9393
this.$auth.logout()
94-
this.$auth.$storage.setCookie('download', false)
9594
this.$auth.$storage.setCookie('token_expiry', false)
9695
this.$cookies.remove('c_uid')
9796
await commit('SET_TOKEN_EXPIRY', '')

0 commit comments

Comments
 (0)