diff --git a/src/front/Components/Layouts/Login/index.tsx b/src/front/Components/Layouts/Login/index.tsx index 00e1e676..12d7c082 100644 --- a/src/front/Components/Layouts/Login/index.tsx +++ b/src/front/Components/Layouts/Login/index.tsx @@ -35,6 +35,7 @@ export default class Login extends BasePage { private redirectUserOnConnection() { const url = `https://qual-connexion.idnot.fr/IdPOAuth2/authorize/idnot_idp_v1? client_id=4501646203F3EF67 + &redirect_uri=https://app.stg.lecoffre.smart-chain.fr/ &scope=openid,profile,offline_access &response_type=code`; window.location.assign(url)