From 6f6a372abddbceafbb70757ec057f370f17df888 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Wed, 8 Oct 2025 01:25:22 +0000
Subject: [PATCH] Fix authorize page access by setting requiresAuth to false
Co-authored-by: Sunwuyuan <88357633+Sunwuyuan@users.noreply.github.com>
---
src/pages/authorize.vue | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/src/pages/authorize.vue b/src/pages/authorize.vue
index 2526087..918c301 100644
--- a/src/pages/authorize.vue
+++ b/src/pages/authorize.vue
@@ -1,3 +1,11 @@
+
+{
+ "meta": {
+ "requiresAuth": false
+ }
+}
+
+