feat: password reset by admin (#360)
This commit is contained in:
@@ -84,6 +84,10 @@ export type AdminMessages = {
|
||||
roleChanged: string;
|
||||
lostAdminAuth: string;
|
||||
atLeast: string;
|
||||
resetPassword: string;
|
||||
reset: string;
|
||||
invalidPassword: string;
|
||||
passwordNotMatch: string;
|
||||
};
|
||||
|
||||
export type AccountDropDownMessages = {
|
||||
|
||||
Reference in New Issue
Block a user