Skip to content
Snippets Groups Projects
Unverified Commit 973c731c authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

devise omniauth failure notice

parent 52a5c7f5
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,8 @@ en:
two_factor_authentication_code:
subject: "Two-factor authentication code"
text_html: "Your two-factor authentication code for %{university} is: <br><br><b>%{code}</b><br><br>It will expire in 5 minutes."
omniauth_callbacks:
failure: "Failed to sign in."
sessions:
signed_in: ''
shared:
......
......@@ -74,6 +74,8 @@ fr:
two_factor_authentication_code:
subject: "Code d'authentification à deux facteurs"
text_html: "Votre code d'authentification pour %{university} est :<br><br><b>%{code}</b><br><br>Il expirera dans 5 minutes."
omniauth_callbacks:
failure: "Échec de l'authentification."
sessions:
signed_in: ''
shared:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment