Web: Client: Settings: fix

This commit is contained in:
Viktor Fomin 2022-04-01 16:20:01 +03:00
parent 18cce1c238
commit a81ae7852f

View File

@ -120,6 +120,7 @@ const PasswordStrength = (props) => {
useSpecialSymbols useSpecialSymbols
) )
.then(() => { .then(() => {
getSettings();
setShowReminder(false); setShowReminder(false);
toastr.success(t("SuccessfullySaveSettingsMessage")); toastr.success(t("SuccessfullySaveSettingsMessage"));
}) })