Archived
1
0
Fork 0

app/views/user/settings.volt: oops, should be Disconnect instead of Connect.

This commit is contained in:
Henrik Hautakoski 2018-08-08 22:55:14 +02:00
parent 422c5bc699
commit 99e86fedd3
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA

View file

@ -65,7 +65,7 @@
<div class="col-sm-2 text-center">
<div class="text-google">{{ icon('brand/google', [ '3x' ]) }}</div>
{% if user.getGoogleId() > 0 %}
<a href="{{ url(['for': 'oauth-disconnect', 'provider': 'google']) }}">Connect</a>
<a href="{{ url(['for': 'oauth-disconnect', 'provider': 'google']) }}">Disconnect</a>
{% else %}
<a href="{{url(['for': 'oauth', 'strategy': 'google']) }}">Connect</a>
{% endif %}