Skip to content

Commit

Permalink
feat(fe-piattaforma): updates 20231120
Browse files Browse the repository at this point in the history
  • Loading branch information
a-buono committed Nov 20, 2023
1 parent 8a4942f commit 3a63286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fe-piattaforma/src/pages/common/Auth/auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { setSessionValues } from '../../../utils/sessionHelper';

const COGNITO_HREF = `${process?.env?.REACT_APP_COGNITO_BASE_URL}oauth2/authorize?client_id=${process?.env?.REACT_APP_COGNITO_CLIENT_ID}&redirect_uri=${process?.env?.REACT_APP_COGNITO_FE_REDIRECT_URL}&scope=openid&response_type=code`;

export const isActiveProvisionalLogin = true;
export const isActiveProvisionalLogin = false;

const Auth: React.FC<withFormHandlerProps> = ({
form = {},
Expand Down

0 comments on commit 3a63286

Please sign in to comment.