Many stuphs

This commit is contained in:
2026-03-15 13:40:41 +01:00
parent 76a8dc3995
commit 0d4688da4d
6 changed files with 180 additions and 6 deletions

View File

@ -191,6 +191,7 @@ export default {
})
.onOk(() => {
this.$q.localStorage.remove('username')
this.$q.localStorage.remove('credentials')
this.$router.push('/')
})
},