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(