mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Rename __STACK_AUTH__ global
This commit is contained in:
parent
cbe82fb00d
commit
41999e2de1
@ -17,7 +17,7 @@ export function StackProviderClient(props: {
|
||||
const appJson = props.appJson;
|
||||
const app = StackClientApp[stackAppInternalsSymbol].fromClientJson(appJson);
|
||||
|
||||
globalVar._stackAuth = { app };
|
||||
globalVar.__STACK_AUTH__ = { app };
|
||||
|
||||
return (
|
||||
<StackContext.Provider value={{ app }}>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user