getOrRegisterApp: update website address
All checks were successful
/ depoly (push) Successful in 1m20s
All checks were successful
/ depoly (push) Successful in 1m20s
This commit is contained in:
parent
83e2e6e169
commit
4c0925a6a1
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue