Skip to content

Commit 292caba

Browse files
anqiuyfuta-ikeda
authored andcommitted
fix review comments
1 parent eebb0ae commit 292caba

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

addons/base/views.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,6 @@ def get_auth(auth, **kwargs):
223223
resource = _get_authenticated_resource(waterbutler_data['nid'])
224224

225225
action = waterbutler_data['action']
226-
cookie = waterbutler_data['cookie']
227-
if not auth.user:
228-
auth.user = OSFUser.from_cookie(cookie)
229226
_check_resource_permissions(resource, auth, action)
230227

231228
provider_name = waterbutler_data['provider']

0 commit comments

Comments
 (0)