We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13b6710 + c3cd671 commit a01f7f0Copy full SHA for a01f7f0
src/constants/url.ts
@@ -31,7 +31,7 @@ export const getOauthUrl = () => {
31
);
32
localStorage.setItem(
33
LocalStorageConstants.configAppId,
34
- AppIDConstants.domainAppId[hostname as keyof typeof AppIDConstants.domainAppId]
+ `https://${AppIDConstants.domainAppId[hostname as keyof typeof AppIDConstants.domainAppId]}`
35
36
}
37
0 commit comments