Skip to content

Commit

Permalink
chore: change hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
thisyahlen-deriv committed Oct 14, 2024
1 parent 95bf7d2 commit f828b73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/UserNavbarItem/item.desktop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const UserNavbarDesktopItem = ({ authUrl, is_logged_in }: IUserNavbarItemProps)
authority: data.issuer,
client_id: '1011',
redirect_uri:
'http://deriv-api-docs-git-fork-thisyahlen-deriv-thisyahlen-oidc.binary.sx/callback',
'https://deriv-api-docs-git-fork-thisyahlen-deriv-thisyahlen-oidc.binary.sx/callback',
response_type: 'code',
scope: 'openid',
stateStore: new WebStorageStateStore({ store: window.localStorage }),
Expand Down
2 changes: 1 addition & 1 deletion src/features/Callback/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function CallbackComponent() {
body: new URLSearchParams({
grant_type: 'authorization_code',
redirect_uri:
'http://deriv-api-docs-git-fork-thisyahlen-deriv-thisyahlen-oidc.binary.sx/callback',
'https://deriv-api-docs-git-fork-thisyahlen-deriv-thisyahlen-oidc.binary.sx/callback',
code: code,
code_verifier: code_verifier,
client_id: '1011',
Expand Down

0 comments on commit f828b73

Please sign in to comment.