Skip to content

Commit

Permalink
Update message
Browse files Browse the repository at this point in the history
  • Loading branch information
hfroot committed Feb 9, 2024
1 parent e7a77e8 commit b192aeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/oauth2_provider/prod_warning.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
{% if env == "prod" %}
<p>Vous êtes dans l'environnement <b>production</b> de <i>ma cantine</i>.</p>
<p>
Si vous êtes en train de tester votre intégration, veuillez utiliser
<a href="https://ma-cantine-demo.cleverapps.io">notre site démo</a>
pour ne pas embrouiller notre base de données.
Pour effectuer des tests, veuillez utiliser
<a href="https://ma-cantine-demo.cleverapps.io">notre environnement démo</a>
: un bac a sable permettant de manipuler des données sans risque.
</p>
{% elif env == "demo" %}
<p>Vous êtes dans l'environnement <b>démo</b> de <i>ma cantine</i>.</p>
Expand Down

0 comments on commit b192aeb

Please sign in to comment.