Skip to content

Commit 5f1a956

Browse files
committed
Merge branch 'devel'
2 parents f55d914 + 12a6d68 commit 5f1a956

File tree

5 files changed

+273
-55
lines changed

5 files changed

+273
-55
lines changed

coreui/src/containers/TheHeaderDropdownAccnt.vue

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export default {
7979
let self = this;
8080
axios.post('/api/logout?token=' + localStorage.getItem("api_token"),{})
8181
.then(function (response) {
82+
localStorage.setItem('roles', '');
8283
self.$router.push({ path: '/login' });
8384
}).catch(function (error) {
8485
console.log(error);

0 commit comments

Comments
 (0)