소스 검색

Make sure to remove the token to prevent credential leak

Pitu 6 년 전
부모
커밋
c4d803c4f6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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);
 		}