mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-11-27 09:04:54 +00:00
logout api and sonar
This commit is contained in:
@ -141,6 +141,3 @@ class UserNotification(models.Model):
|
|||||||
def __str__(self):
|
def __str__(self):
|
||||||
return self.user.email
|
return self.user.email
|
||||||
|
|
||||||
# class RevokedToken(models.Model):
|
|
||||||
# token = models.CharField(max_length=255, unique=True)
|
|
||||||
# date_revoked = models.DateTimeField(auto_now_add=True)
|
|
||||||
Reference in New Issue
Block a user