auth gateway rag view
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user