From 2b905b3999698e303a7dfb066671e9d2b5fa3311 Mon Sep 17 00:00:00 2001 From: balex Date: Mon, 9 Mar 2026 13:25:34 +0100 Subject: [PATCH] auth gateway rag view --- rag-view/src/features/constants.js | 1 - 1 file changed, 1 deletion(-) diff --git a/rag-view/src/features/constants.js b/rag-view/src/features/constants.js index 3881650..d870b75 100644 --- a/rag-view/src/features/constants.js +++ b/rag-view/src/features/constants.js @@ -11,7 +11,6 @@ export const USER_NAME_UNDEFINED = "userNameUndefined"; export const USER_EMAIL_UNDEFINED = "userEmailUndefined"; export const GUEST_EMAIL = "guest@gmail.com"; export const GUEST_PASSWORD = "Guest123!"; -export const TOKEN_EXPIRED = "Token expired."; export const ERROR_RESPONSE_NOT_OK = "Response not ok"; export const ERROR_NO_RESPONSE = "No response from server"; export const PREFIX_AUTH = "/auth";