Skip to content

Commit a01f7f0

Browse files
Merge pull request #134 from shayan-deriv/shayan/FEQ-2378/set-default-app-id-and-server-url-for-staging-p2p
fix: fix app_id empty in staging
2 parents 13b6710 + c3cd671 commit a01f7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants/url.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const getOauthUrl = () => {
3131
);
3232
localStorage.setItem(
3333
LocalStorageConstants.configAppId,
34-
AppIDConstants.domainAppId[hostname as keyof typeof AppIDConstants.domainAppId]
34+
`https://${AppIDConstants.domainAppId[hostname as keyof typeof AppIDConstants.domainAppId]}`
3535
);
3636
}
3737

0 commit comments

Comments
 (0)