Skip to content

Commit

Permalink
Remove username from identities as you can only connect one
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Sep 4, 2012
1 parent 011e428 commit 3d199d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/templates/sentry/account/identities.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<tbody>
{% for identity in identity_list %}
<tr>
<td>{{ identity }}</td>
<td>{{ identity.provider|title }}</td>
<td style="text-align: center;"><a href="{% url socialauth_disconnect_individual identity.provider identity.id %}?next={{ request.build_absolute_uri }}">Disconnect</a></td>
</tr>
{% endfor %}
Expand Down

0 comments on commit 3d199d0

Please sign in to comment.