Show notification on password reset like in profile page instead of closing the dialog

This commit is contained in:
Johannes Zellner
2021-10-28 19:04:02 +02:00
parent 0daf926740
commit e8b7591e7c

View File

@@ -568,7 +568,7 @@ angular.module('Application').controller('UsersController', ['$scope', '$locatio
$scope.passwordReset.busy = false;
$('#passwordResetModal').modal('hide');
Client.notify($translate.instant('profile.passwordResetNotification.title'), $translate.instant('profile.passwordResetNotification.body', { email: $scope.passwordReset.email }), false, 'success');
});
}
};