mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 15:53:22 +08:00
Add message to invite user creating a new app
This commit is contained in:
parent
44e0f07846
commit
ef807bf293
1 changed files with 11 additions and 0 deletions
|
@ -7,6 +7,17 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block default_content %}
|
||||
{% if not clients %}
|
||||
<div class="alert alert-primary" role="alert">
|
||||
<strong>If you have a website or a mobile application and want to add SimpleLogin to it, this page is for
|
||||
you!</strong>
|
||||
<p>Have a look at our extensive doc to have an idea 👉
|
||||
<a href="https://docs.simplelogin.io" target="_blank">Docs</a>
|
||||
</p>
|
||||
<p>Create your first SimpleLogin App here 👇</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="row">
|
||||
<div class="col-4">
|
||||
<a href="{{ url_for('developer.new_client') }}" class="btn btn-success">Create new app</a>
|
||||
|
|
Loading…
Reference in a new issue