parent
0983e5f44d
commit
75f89c4c12
2 changed files with 7 additions and 9 deletions
|
|
@ -71,10 +71,9 @@ export type TAuthErrorInfo = {
|
|||
type: EErrorAlertType;
|
||||
code: EAuthErrorCodes;
|
||||
title: string;
|
||||
message: React.ReactNode;
|
||||
message: any;
|
||||
};
|
||||
|
||||
|
||||
export enum EAdminAuthErrorCodes {
|
||||
// Admin
|
||||
ADMIN_ALREADY_EXIST = "5150",
|
||||
|
|
@ -92,7 +91,7 @@ export type TAdminAuthErrorInfo = {
|
|||
type: EErrorAlertType;
|
||||
code: EAdminAuthErrorCodes;
|
||||
title: string;
|
||||
message: React.ReactNode;
|
||||
message: any;
|
||||
};
|
||||
|
||||
export enum EAuthErrorCodes {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue