diff --git a/app/coffee/modules/auth.coffee b/app/coffee/modules/auth.coffee index adf2f498..e70207b6 100644 --- a/app/coffee/modules/auth.coffee +++ b/app/coffee/modules/auth.coffee @@ -272,7 +272,7 @@ ForgotPasswordDirective = ($auth, $confirm, $location, $navUrls, $translate) -> onSuccessSubmit = (response) -> $location.path($navUrls.resolve("login")) - text = $translate.instant("FORGOT_PASSWORD_FORM.SUCCESS", {email: response.data.email}) + text = $translate.instant("FORGOT_PASSWORD_FORM.SUCCESS") $confirm.success(text) onErrorSubmit = (response) ->