def remove_external_provider(request, id):
association = get_object_or_404(AuthKeyUserAssociation, id=id)
if not association.user == request.user:
def remove_external_provider(request, id):
association = get_object_or_404(AuthKeyUserAssociation, id=id)
if not association.user == request.user: