mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-03 20:20:37 -06:00
Remove bounce error thing.
This commit is contained in:
parent
581bf11b21
commit
df23863443
@ -43,15 +43,6 @@ abstract class Controller extends BaseController
|
||||
View::share('monthFormat', $this->monthFormat);
|
||||
View::share('monthAndDayFormat', $this->monthAndDayFormat);
|
||||
View::share('language', $lang);
|
||||
|
||||
// the user is bouncing email.
|
||||
$bounce = Preferences::get('bounce', 'notBounced')->data;
|
||||
if ($bounce != 'notBounced') {
|
||||
$email = Auth::user()->email;
|
||||
$message = trans('firefly.bounce_error', ['email' => $email, 'message' => $bounce]);
|
||||
Session::flash('error', $message);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user