logout api and sonar

This commit is contained in:
jain
2023-07-11 22:35:59 +05:30
parent 18cb975d94
commit 33101811ff

View File

@ -141,6 +141,3 @@ class UserNotification(models.Model):
def __str__(self):
return self.user.email
# class RevokedToken(models.Model):
# token = models.CharField(max_length=255, unique=True)
# date_revoked = models.DateTimeField(auto_now_add=True)