Rename __STACK_AUTH__ global

This commit is contained in:
Stan Wohlwend 2024-07-26 15:24:54 -07:00
parent cbe82fb00d
commit 41999e2de1

View File

@ -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 }}>