Skip to content

Commit

Permalink
Update passport config to use PROD for add tokens widget
Browse files Browse the repository at this point in the history
  • Loading branch information
mimi-imtbl committed Oct 30, 2024
1 parent 9639695 commit f4e9efb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { Environment } from "@imtbl/config";

export const passport = new Passport({
baseConfig: {
environment: Environment.SANDBOX,
environment: Environment.PRODUCTION,
},
clientId: "pbxyF4UdgfxO6SRxZczexs1hzaR6nTGN",
clientId: "gYT9Cj8xE7to2mWp4ztBTxBlXCTzAebU",
redirectUri: "http://localhost:3000/add-tokens/login",
logoutRedirectUri: "http://localhost:3000/add-tokens/logout",
logoutMode: "silent",
Expand Down

0 comments on commit f4e9efb

Please sign in to comment.