From 4c0925a6a12cdafafdcc4327d0da8d2e9df081a7 Mon Sep 17 00:00:00 2001 From: thislight Date: Sat, 23 Nov 2024 23:58:38 +0800 Subject: [PATCH] getOrRegisterApp: update website address --- src/accounts/stores.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/accounts/stores.ts b/src/accounts/stores.ts index 9b66924..c44a012 100644 --- a/src/accounts/stores.ts +++ b/src/accounts/stores.ts @@ -167,7 +167,7 @@ export async function getOrRegisterApp(site: string, redirectUrl: string) { }); const app = await client.v1.apps.create({ clientName: "TuTu", - website: "https://github.com/thislight/tutu", + website: "https://code.lightstands.xyz/Rubicon/tutu", redirectUris: redirectUrl, scopes: "read write push", });