mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-10-22 10:23:09 +00:00
内部写死appid
This commit is contained in:
parent
68d6582ae0
commit
3e3eba4759
@ -88,7 +88,7 @@ const shouldInitialize = () => {
|
||||
|
||||
const goToAuthorize = () => {
|
||||
const authDomain = getSetting("server.authDomain");
|
||||
const appId = import.meta.env.VITE_APP_ID || "1";
|
||||
const appId = "d158067f53627d2b98babe8bffd2fd7d";
|
||||
const currentDomain = window.location.origin;
|
||||
const callbackUrl = encodeURIComponent(`${currentDomain}/authorize`);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user