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();