This commit is contained in:
Timothy J. Baek
2024-10-01 09:40:08 -07:00
parent c7a0e45bea
commit 4752df9bd8
3 changed files with 6 additions and 20 deletions

View File

@@ -34,8 +34,8 @@ class ERROR_MESSAGES(str, Enum):
ID_TAKEN = "Uh-oh! This id is already registered. Please choose another id string."
MODEL_ID_TAKEN = "Uh-oh! This model id is already registered. Please choose another model id string."
NAME_TAG_TAKEN = "Uh-oh! This name tag is already registered. Please choose another name tag string."
INVALID_TOKEN = (
"Your session has expired or the token is invalid. Please sign in again."
)