remove TODO for checking user against invitation

This commit is contained in:
dandds 2018-10-31 14:43:05 -04:00
parent cb25dcdd32
commit 43eeba2f96

View File

@ -361,8 +361,6 @@ def update_member(workspace_id, member_id):
@bp.route("/workspaces/invitation/<token>", methods=["GET"])
def accept_invitation(token):
# TODO: check that the current_user DOD ID matches the user associated with
# the invitation
invite = Invitations.accept(g.current_user, token)
return redirect(