We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82aba20 commit 271563bCopy full SHA for 271563b
apps/OpenSign/src/constant/const.js
@@ -9,7 +9,7 @@ export const isEnableSubscription =
9
process.env.REACT_APP_ENABLE_SUBSCRIPTION?.toLowerCase() === "true"
10
? true
11
: false;
12
-export const isStaging = "http://localhost:3001";
13
-// window.location.origin === "https://staging-app.opensignlabs.com";
+export const isStaging =
+ window.location.origin === "https://staging-app.opensignlabs.com";
14
export const isPublicStaging =
15
window.location.origin === "https://staging.opensign.me";
0 commit comments