auth gateway rag view

This commit is contained in:
2026-03-09 13:25:34 +01:00
parent d073d644f3
commit 2b905b3999

View File

@@ -11,7 +11,6 @@ export const USER_NAME_UNDEFINED = "userNameUndefined";
export const USER_EMAIL_UNDEFINED = "userEmailUndefined"; export const USER_EMAIL_UNDEFINED = "userEmailUndefined";
export const GUEST_EMAIL = "guest@gmail.com"; export const GUEST_EMAIL = "guest@gmail.com";
export const GUEST_PASSWORD = "Guest123!"; export const GUEST_PASSWORD = "Guest123!";
export const TOKEN_EXPIRED = "Token expired.";
export const ERROR_RESPONSE_NOT_OK = "Response not ok"; export const ERROR_RESPONSE_NOT_OK = "Response not ok";
export const ERROR_NO_RESPONSE = "No response from server"; export const ERROR_NO_RESPONSE = "No response from server";
export const PREFIX_AUTH = "/auth"; export const PREFIX_AUTH = "/auth";