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`