Explorar el Código

Make sure to remove the token to prevent credential leak

Pitu hace 6 años
padre
commit
c4d803c4f6
Se han modificado 1 ficheros con 1 adiciones y 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);
 		}