Skip to content

Commit

Permalink
update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
odelcroi committed Dec 16, 2024
1 parent d902d65 commit d839bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse_sso_proconnect/proconnect_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async def map_user_attributes(
"email", userinfo.email, True
):
raise MappingException(
"Votre administration n'est pas encore présente sur Tchap, inscrivez-la sur https://tchap.beta.gouv.fr/"
"Votre administration n'est pas encore présente sur Tchap, inscrivez-la sur https://tchap.numerique.gouv.fr/"
)

# filter out invalid characters
Expand Down

0 comments on commit d839bed

Please sign in to comment.