feat: implement password reset functionality with token verification and change password feature
This commit is contained in:
@@ -582,7 +582,13 @@ const translations = {
|
||||
theme: "Motyw",
|
||||
themeDescription: "Wybierz preferowany motyw",
|
||||
language: "Język",
|
||||
languageDescription: "Wybierz preferowany język"
|
||||
languageDescription: "Wybierz preferowany język",
|
||||
password: "Hasło",
|
||||
passwordDescription: "Zmień hasło do konta",
|
||||
currentPassword: "Aktualne hasło",
|
||||
newPassword: "Nowe hasło",
|
||||
confirmPassword: "Potwierdź nowe hasło",
|
||||
changePassword: "Zmień hasło"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1090,7 +1096,13 @@ const translations = {
|
||||
theme: "Theme",
|
||||
themeDescription: "Choose your preferred theme",
|
||||
language: "Language",
|
||||
languageDescription: "Select your preferred language"
|
||||
languageDescription: "Select your preferred language",
|
||||
password: "Password",
|
||||
passwordDescription: "Change your account password",
|
||||
currentPassword: "Current Password",
|
||||
newPassword: "New Password",
|
||||
confirmPassword: "Confirm New Password",
|
||||
changePassword: "Change Password"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user