From 43eeba2f967553841c7946ef88eab0dfdbd364b4 Mon Sep 17 00:00:00 2001 From: dandds Date: Wed, 31 Oct 2018 14:43:05 -0400 Subject: [PATCH] remove TODO for checking user against invitation --- atst/routes/workspaces.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/atst/routes/workspaces.py b/atst/routes/workspaces.py index 35807e00..89731326 100644 --- a/atst/routes/workspaces.py +++ b/atst/routes/workspaces.py @@ -361,8 +361,6 @@ def update_member(workspace_id, member_id): @bp.route("/workspaces/invitation/", 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(