Compare commits
3 Commits
0492b3e28d
...
5ed15a6761
Author | SHA1 | Date | |
---|---|---|---|
![]() |
5ed15a6761 | ||
![]() |
acb1784f0c | ||
![]() |
2d2ec997aa |
@ -2,11 +2,11 @@ name: Build and Push to Registry
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ dev ]
|
branches: [ env_235 ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: git.4nkweb.com
|
REGISTRY: git.4nkweb.com
|
||||||
IMAGE_NAME: 4nk/lecoffre-front
|
IMAGE_NAME: 4nk/lecoffre-front-235
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
@ -32,7 +32,7 @@ export default function ClientBox(props: IProps) {
|
|||||||
|
|
||||||
// TODO: review
|
// TODO: review
|
||||||
const handleOpenConnectionLink = useCallback(() => {
|
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);
|
alert(url);
|
||||||
}, [customer.uid, folderUid]);
|
}, [customer.uid, folderUid]);
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ export default function StepEmail(props: IProps) {
|
|||||||
);
|
);
|
||||||
*/
|
*/
|
||||||
router.push(
|
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]);
|
}, [router]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user