Add an Auto Lock page to enforce logout et prevent CSRF mismatch error

(completes #73 fix)
This commit is contained in:
Bubka
2022-07-13 14:56:25 +02:00
parent aa3c1e9008
commit a2c4348364
5 changed files with 39 additions and 12 deletions

View File

@ -43,7 +43,7 @@
clearTimeout(this.logoutTimer)
this.appLogout()
this.$router.push({ name: 'autolock' })
},
resetTimer: function() {