From e1ffda3bc204dde6470f6812852644d7fe202255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E6=B2=AB=E8=8A=B1=E7=81=ABzzz?= Date: Mon, 23 Dec 2024 16:26:46 +0800 Subject: [PATCH] [ci skip] Well, I'm stupid. --- nyalcf_gui/nyalcf_ui/lib/views/auth/authorize.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nyalcf_gui/nyalcf_ui/lib/views/auth/authorize.dart b/nyalcf_gui/nyalcf_ui/lib/views/auth/authorize.dart index 2dd27e2..a66e696 100644 --- a/nyalcf_gui/nyalcf_ui/lib/views/auth/authorize.dart +++ b/nyalcf_gui/nyalcf_ui/lib/views/auth/authorize.dart @@ -108,7 +108,7 @@ class _AuthorizeState extends State { @override void initState() { - const url = 'http://localhost:5173/auth/oauth/authorize' + const url = 'https://dashboard.locyanfrp.cn/auth/oauth/authorize' '?app_id=1' '&scopes=User,Proxy,Sign' '&redirect_url=http://localhost:21131/oauth/callback';