Skip to content

Commit

Permalink
use custom login domain
Browse files Browse the repository at this point in the history
  • Loading branch information
macfarlandian committed Oct 16, 2020
1 parent 7485a81 commit d54461d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotlight-client/src/AuthProvider/getAuthSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let AUTH_SETTINGS: Auth0Settings | undefined;
// NOTE: there is no production auth requirement!
if (process.env.REACT_APP_AUTH_ENV === "development") {
AUTH_SETTINGS = {
domain: "recidiviz-spotlight-staging.us.auth0.com",
domain: "spotlight-login-staging.recidiviz.org",
clientId: "ID9plpd8j4vaUin9rPTGxWlJoknSkDX1",
};
}
Expand Down

0 comments on commit d54461d

Please sign in to comment.