mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 17:35:27 +08:00
Add Proton logo to sign up page (#1104)
This commit is contained in:
parent
1798d411a4
commit
fb1e14e509
1 changed files with 5 additions and 1 deletions
|
@ -51,7 +51,11 @@
|
|||
|
||||
{% if connect_with_proton %}
|
||||
<div class="text-center my-2 text-gray"><span>or</span></div>
|
||||
<a class="btn btn-primary btn-block mt-2 proton-button" href="{{ url_for("auth.proton_login") }}">Sign up with Proton</a>
|
||||
<a class="btn btn-primary btn-block mt-2 proton-button"
|
||||
href="{{ url_for("auth.proton_login", next=next_url) }}">
|
||||
<img class="mr-2" src="/static/images/proton.svg">
|
||||
Sign up with Proton
|
||||
</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue