This commit is contained in:
2018-11-08 22:53:09 +00:00
parent 71410a8ca8
commit 1cfaf04871
3 changed files with 12 additions and 3 deletions

View File

@@ -26,5 +26,8 @@ export default {
processLogout();
return Promise.reject(error);
});
},
logout() {
processLogout();
}
};