We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a43b646 commit 64b07ddCopy full SHA for 64b07dd
1 file changed
src/utils/app-params.ts
@@ -49,7 +49,7 @@ const getAppParams = () => {
49
}
50
51
return {
52
- appId: getAppParamValue("app_id", { defaultValue: import.meta.env.VITE_BASE44_APP_ID }),
+ appId: getAppParamValue("app_id"),
53
token: getAppParamValue("access_token", { removeFromUrl: true }),
54
fromUrl: getAppParamValue("from_url", { defaultValue: window.location.href }),
55
functionsVersion: getAppParamValue("functions_version", { defaultValue: import.meta.env.VITE_BASE44_FUNCTIONS_VERSION }),
0 commit comments