logout ui

This commit is contained in:
Nazar Kanaev
2020-12-16 16:49:25 +00:00
parent e2d80af81d
commit d0a2b80ecc
3 changed files with 12 additions and 0 deletions

View File

@@ -2,6 +2,11 @@
var TITLE = document.title
function authenticated() {
return /auth=.+/g.test(document.cookie)
}
var FONTS = [
"Arial",
"Courier New",
@@ -171,6 +176,7 @@ var vm = new Vue({
'size': 1,
},
'refreshRate': undefined,
'authenticated': authenticated(),
}
},
computed: {