From e42fb0816db2766996a84607a588d3a75d678abb Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Tue, 6 Apr 2021 18:12:06 +0200 Subject: [PATCH] Improve SIWSL wording --- .../developer/client_details/basic_info.html | 9 +--- app/developer/templates/developer/index.html | 41 ++++++++++++++----- .../templates/developer/new_client.html | 4 +- templates/menu.html | 2 +- 4 files changed, 35 insertions(+), 21 deletions(-) diff --git a/app/developer/templates/developer/client_details/basic_info.html b/app/developer/templates/developer/client_details/basic_info.html index e3d2fa38..c9c64ea2 100644 --- a/app/developer/templates/developer/client_details/basic_info.html +++ b/app/developer/templates/developer/client_details/basic_info.html @@ -10,14 +10,7 @@ Please head to our documentation - to see how to add SimpleLogin into your website/application. -

-

- And if you already know about OAuth, do not forget to set your OAuth Redirect URI - before your app is deployed on production. You can add the Redirect URI - in the OAuth Settings section on the right 👉 - - SimpleLogin OAuth endpoints can be found in OAuth endpoints section, always on the right 👉 + to see how to add SIWSL into your website/app.

+ + + + + - {% endif %} +
diff --git a/app/developer/templates/developer/new_client.html b/app/developer/templates/developer/new_client.html index bfe70952..cd644eb5 100644 --- a/app/developer/templates/developer/new_client.html +++ b/app/developer/templates/developer/new_client.html @@ -17,9 +17,9 @@ {{ form.csrf_token }}
- + {{ form.name(class="form-control", - placeholder="Usually your product name, e.g. my-super-app.com") }} + placeholder="Your app/website name, e.g. my-super-app.com") }} {{ render_field_errors(form.name) }}
diff --git a/templates/menu.html b/templates/menu.html index d9fb8d1e..b6233829 100644 --- a/templates/menu.html +++ b/templates/menu.html @@ -42,7 +42,7 @@ - Developer + SIWSL