diff --git a/spp_rest_auth_jwt/models/auth_jwt_validator.py b/spp_rest_auth_jwt/models/auth_jwt_validator.py index 1316e323..a7770b89 100644 --- a/spp_rest_auth_jwt/models/auth_jwt_validator.py +++ b/spp_rest_auth_jwt/models/auth_jwt_validator.py @@ -237,7 +237,6 @@ def copy(self, default=None): else: default = {"name": name} - self.ensure_one() new = super().copy(default) return new