feat: password reset by admin (#360)

This commit is contained in:
kimatata
2025-12-07 20:37:38 +09:00
committed by GitHub
parent 805c1f50b6
commit 2adb24dbaa
11 changed files with 244 additions and 9 deletions

View File

@@ -84,6 +84,10 @@ export type AdminMessages = {
roleChanged: string;
lostAdminAuth: string;
atLeast: string;
resetPassword: string;
reset: string;
invalidPassword: string;
passwordNotMatch: string;
};
export type AccountDropDownMessages = {