mirror of
https://github.com/simple-login/app.git
synced 2025-02-21 22:32:56 +08:00
fix "authentication with proton" button in mobile view
This commit is contained in:
parent
8151d0e425
commit
37455f09c2
1 changed files with 3 additions and 3 deletions
|
@ -21,8 +21,8 @@
|
|||
<div class="my-3">
|
||||
<p>Alternatively you can use your Proton credentials to ensure it's you.</p>
|
||||
</div>
|
||||
<a class="btn btn-primary btn-block mt-2 proton-button w-25"
|
||||
href="{{ url_for('auth.proton_login', next=next) }}">
|
||||
<a class="btn btn-primary btn-block mt-2 proton-button"
|
||||
href="{{ url_for('auth.proton_login', next=next) }}" style="max-width: 400px">
|
||||
<img class="mr-2" src="/static/images/proton.svg" />
|
||||
Authenticate with Proton
|
||||
</a>
|
||||
|
@ -38,4 +38,4 @@
|
|||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
Loading…
Reference in a new issue