diff --git a/emails/onboarding/existing-administrator.html b/emails/onboarding/existing-administrator.html index ba0fe56..2d0d286 100644 --- a/emails/onboarding/existing-administrator.html +++ b/emails/onboarding/existing-administrator.html @@ -1,4 +1,4 @@ {{define "content"}}

Vous avez été ajouté comme administrateur de l'organisation {{.group}} sur PARCOURSMOB.

-

Connectez vous sur http://localhost:9000 pour y accéder

-{{end}} \ No newline at end of file +

Connectez vous sur {{ .baseUrl }} pour y accéder

+{{end}} diff --git a/emails/onboarding/existing-member.html b/emails/onboarding/existing-member.html index f90cd72..6a6d03a 100644 --- a/emails/onboarding/existing-member.html +++ b/emails/onboarding/existing-member.html @@ -1,4 +1,4 @@ {{define "content"}}

Vous avez été ajouté à l'organisation {{.group}} sur PARCOURSMOB.

-

Connectez vous sur http://localhost:9000 pour y accéder

-{{end}} \ No newline at end of file +

Connectez vous sur {{ .baseUrl }} pour y accéder

+{{end}} diff --git a/emails/onboarding/new-administrator.html b/emails/onboarding/new-administrator.html index 53687a3..10ea6d0 100644 --- a/emails/onboarding/new-administrator.html +++ b/emails/onboarding/new-administrator.html @@ -1,5 +1,5 @@ {{define "content"}}

Vous avez été ajouté comme administrateur de l'organisation {{.group}} sur PARCOURSMOB.

Vous devez créer votre compte pour y accéder.

-

Pour créer votre compte PARCOURSMOB, cliquez sur : http://localhost:9000/auth/onboarding?key={{.key}}

-{{end}} \ No newline at end of file +

Pour créer votre compte PARCOURSMOB, cliquez sur : {{ .baseUrl }}/auth/onboarding?key={{.key}}

+{{end}} diff --git a/emails/onboarding/new-member.html b/emails/onboarding/new-member.html index 3c230aa..4e83653 100644 --- a/emails/onboarding/new-member.html +++ b/emails/onboarding/new-member.html @@ -1,5 +1,5 @@ {{define "content"}}

Vous avez été ajouté à l'organisation {{.group}} sur PARCOURSMOB.

Vous devez créer votre compte pour y accéder.

-

Pour créer votre compte PARCOURSMOB, cliquez sur : http://localhost:9000/auth/onboarding?key={{.key}}

-{{end}} \ No newline at end of file +

Pour créer votre compte PARCOURSMOB, cliquez sur : {{ .baseUrl }}/auth/onboarding?key={{.key}}

+{{end}} diff --git a/web/layouts/auth/onboarding.html b/web/layouts/auth/onboarding.html index 3d18e6c..cc1a5e2 100644 --- a/web/layouts/auth/onboarding.html +++ b/web/layouts/auth/onboarding.html @@ -2,7 +2,7 @@ PARCOURSMOB - Identification - +
@@ -51,4 +51,4 @@
-{{end}} \ No newline at end of file +{{end}}