🛂 Auth guard

This commit is contained in:
2024-08-12 23:51:42 +08:00
parent 6162f8f891
commit 1130e6a574
9 changed files with 33 additions and 38 deletions

View File

@@ -20,8 +20,6 @@ onMounted(() => {
theme.global.name.value = event.matches ? "dark" : "light"
})
if (checkLoggedIn()) {
auth.readProfiles()
}
auth.readProfiles()
})
</script>