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