This commit is contained in:
Jun-te Kim 2025-11-15 11:37:17 +00:00
parent e73046b37b
commit f0aac3c99a

View file

@ -103,3 +103,5 @@ class AppNotAuthenticated(AppException):
# Not Authenticated
def __init__(self):
super().__init__(None, "Not Authenticated")