Compare commits
3 Commits
0492b3e28d
...
5ed15a6761
Author | SHA1 | Date | |
---|---|---|---|
![]() |
5ed15a6761 | ||
![]() |
acb1784f0c | ||
![]() |
2d2ec997aa |
@ -2,11 +2,11 @@ name: Build and Push to Registry
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ dev ]
|
||||
branches: [ env_235 ]
|
||||
|
||||
env:
|
||||
REGISTRY: git.4nkweb.com
|
||||
IMAGE_NAME: 4nk/lecoffre-front
|
||||
IMAGE_NAME: 4nk/lecoffre-front-235
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
@ -32,7 +32,7 @@ export default function ClientBox(props: IProps) {
|
||||
|
||||
// TODO: review
|
||||
const handleOpenConnectionLink = useCallback(() => {
|
||||
const url = `http://localhost:3000/client-dashboard/${folderUid}/profile/${customer.uid}`;
|
||||
const url = `https://lecoffreio.4nkweb.com/client-dashboard/${folderUid}/profile/${customer.uid}`;
|
||||
alert(url);
|
||||
}, [customer.uid, folderUid]);
|
||||
|
||||
|
@ -51,7 +51,7 @@ export default function StepEmail(props: IProps) {
|
||||
);
|
||||
*/
|
||||
router.push(
|
||||
`https://qual-connexion.idnot.fr/user/IdPOAuth2/authorize/idnot_idp_v1?client_id=B3CE56353EDB15A9&redirect_uri=http://local.lecoffreio.4nkweb:3000/authorized-client&scope=openid,profile&response_type=code`,
|
||||
`https://qual-connexion.idnot.fr/user/IdPOAuth2/authorize/idnot_idp_v1?client_id=B3CE56353EDB15A9&redirect_uri=https://lecoffreio.4nkweb.com/authorized-client&scope=openid,profile&response_type=code`,
|
||||
);
|
||||
}, [router]);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user