Explorar o código

Make sure to remove the token to prevent credential leak

Pitu %!s(int64=6) %!d(string=hai) anos
pai
achega
c4d803c4f6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/site/store/index.js

+ 1 - 0
src/site/store/index.js

@@ -70,6 +70,7 @@ export const actions = {
 		}
 		commit('token', token);
 		if (!token) {
+			app.$axios.setToken('');
 			commit('user', null);
 			commit('loggedIn', false);
 		}