🛂 Add middleware for auth in authorize page

This commit is contained in:
2025-09-30 01:06:25 +08:00
parent 98a5d34f3c
commit 3e68158b4e

View File

@@ -186,6 +186,10 @@ function handleDeny() {
onMounted(() => { onMounted(() => {
fetchClientInfo() fetchClientInfo()
}) })
definePageMeta({
middleware: "auth"
})
</script> </script>
<style scoped> <style scoped>