reduce shadow logouts, by actually logging out when token fails or is expired
All checks were successful
/ deploy (push) Successful in 4m33s
/ test (push) Successful in 2m56s

This commit is contained in:
j3d1 2024-12-24 15:55:07 +01:00
parent 66a03a9dca
commit 598f758332
5 changed files with 46 additions and 7 deletions

View file

@ -72,7 +72,7 @@ export default {
name: 'Login',
data() {
return {
msg: 'Welcome to ' + window.location.hostname,
msg: 'Lost&Found Team Login',
username: '',
password: '',
remember: false

View file

@ -87,7 +87,7 @@ export default {
name: 'Register',
data() {
return {
msg: 'Register',
msg: 'Register as team member',
password2: '',
form: {
username: '',