mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-28 09:18:13 +08:00
fix store
This commit is contained in:
@@ -65,7 +65,7 @@ const authModule: Module<AuthState, RootState> = {
|
||||
},
|
||||
logout({ commit }) {
|
||||
commit('clearToken')
|
||||
commit('setOriginalPath', '')
|
||||
commit('setOriginalPath', null)
|
||||
},
|
||||
},
|
||||
getters: {
|
||||
|
||||
Reference in New Issue
Block a user