From 7a1a57fe509314cb1aa071e4f47b91c8209a828a Mon Sep 17 00:00:00 2001 From: dgqyushen <2446682260@qq.com> Date: Thu, 27 Apr 2023 12:12:55 +0800 Subject: [PATCH] modefied token-website --- app/components/settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/settings.tsx b/app/components/settings.tsx index 0dcb811b5..cce7c3213 100644 --- a/app/components/settings.tsx +++ b/app/components/settings.tsx @@ -216,7 +216,7 @@ export function Settings() { } function getAccessToken() { - window.open("https://fakeopen.talk-qys.top/auth"); + window.open("https://ai.fakeopen.com/auth"); } const accessStore = useAccessStore();