app/views/user/settings.volt: oops, should be Disconnect instead of Connect.
This commit is contained in:
parent
422c5bc699
commit
99e86fedd3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Reference in a new issue