Skip to content

Commit 951d990

Browse files
committed
chores: Adds TODO
1 parent 23a8d27 commit 951d990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from src.auth import config
55
from src.core.exceptions import ServerException
66

7-
7+
# TODO This should be inside handlers
88
class InvalidToken(ServerException):
99
def __init__(self):
1010
super().__init__("Invalid Token")

0 commit comments

Comments
 (0)