Ver Fonte

Make sure to remove the token to prevent credential leak

Pitu há 6 anos atrás
pai
commit
c4d803c4f6
1 ficheiros alterados com 1 adições e 0 exclusões
  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);
 		}