webapp: Use correct method scope

This commit is contained in:
Thomas Basler
2025-08-26 19:38:28 +02:00
parent 7cfb9f1365
commit 4d79a593c4

View File

@@ -177,7 +177,7 @@ export default defineComponent({
},
data() {
return {
isLogged: this.isLoggedIn(),
isLogged: isLoggedIn(),
now: {} as Date,
};
},