Compare commits
No commits in common. "5ed15a67614c586f850c5f59108d7d8986d5302a" and "0492b3e28d50dbc0774b9e5bcef68c7fc0c5139d" have entirely different histories.
5ed15a6761
...
0492b3e28d
@ -2,11 +2,11 @@ name: Build and Push to Registry
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ env_235 ]
|
branches: [ dev ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: git.4nkweb.com
|
REGISTRY: git.4nkweb.com
|
||||||
IMAGE_NAME: 4nk/lecoffre-front-235
|
IMAGE_NAME: 4nk/lecoffre-front
|
||||||
|
|
||||||
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 = `https://lecoffreio.4nkweb.com/client-dashboard/${folderUid}/profile/${customer.uid}`;
|
const url = `http://localhost:3000/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=https://lecoffreio.4nkweb.com/authorized-client&scope=openid,profile&response_type=code`,
|
`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`,
|
||||||
);
|
);
|
||||||
}, [router]);
|
}, [router]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user