fix: update password update i18n keys

This commit is contained in:
ZhaiSoul 2025-03-13 00:25:37 +08:00
parent 6a7bdd9894
commit 96b1ddc263

View File

@ -59,7 +59,7 @@ export default function AuthenticationView() {
.then((response) => {
if (response.status === 200) {
setShowSetPassword(false);
toast.success("Password updated successfully", {
toast.success(t("users.toast.success.updatePassword"), {
position: "top-center",
});
}