feat(i18n): first shoot on translated errors
This commit is contained in:
@@ -14,7 +14,6 @@ export interface AuthState {
|
||||
|
||||
export interface AuthError {
|
||||
code: ErrorCode;
|
||||
message: string;
|
||||
}
|
||||
|
||||
// Deprecated - Use ErrorCode from @/constants/errorCodes instead
|
||||
|
||||
Reference in New Issue
Block a user