Skip to content

Commit

Permalink
follow deeplink after Google login
Browse files Browse the repository at this point in the history
  • Loading branch information
trehn committed Feb 8, 2021
1 parent a82112e commit 54b3838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teamvault/apps/accounts/templates/accounts/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{% csrf_token %}
{% if google_auth_enabled %}
<p class="text-center">{% trans "or" %}</p>
<a class="btn btn-default btn-lg btn-block" href="{% url "social:begin" "google-oauth2" %}">
<a class="btn btn-default btn-lg btn-block" href="{% url "social:begin" "google-oauth2" %}?{{ request.GET.urlencode }}">
<i class="fa fa-google"></i> &nbsp;
{% trans "Sign in with Google" %}
</a>
Expand Down

0 comments on commit 54b3838

Please sign in to comment.