From 11b32251964bbc94b8b00a0789d60ecd1c09db93 Mon Sep 17 00:00:00 2001 From: blankll Date: Thu, 17 Sep 2026 18:21:25 +0800 Subject: [PATCH] fix(auth): open the production console domain Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- src/utils/authService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/authService.ts b/src/utils/authService.ts index 45fd1fd..bffdb07 100644 --- a/src/utils/authService.ts +++ b/src/utils/authService.ts @@ -1,6 +1,6 @@ import { openUrl } from '@tauri-apps/plugin-opener' -const GEEKFUN_BASE_URL = 'https://console-geekfun.wentsen.com' +const GEEKFUN_BASE_URL = 'https://console.geekfun.club' export async function openLoginUrl(): Promise { const loginUrl = `${GEEKFUN_BASE_URL}/login?source=sqlkit`