mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 12:29:24 +00:00
Fix UV_endpoint auth
This commit is contained in:
@ -659,7 +659,7 @@ class User(AbstractBaseUser):
|
||||
|
||||
|
||||
class AnonymousUser(AuthAnonymousUser):
|
||||
def __init__(self, request):
|
||||
def __init__(self):
|
||||
super(AnonymousUser, self).__init__()
|
||||
|
||||
@property
|
||||
|
Reference in New Issue
Block a user