mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-27 08:36:22 +00:00
Merge branch 'issue-17343' into production.panel.sutty.nl
This commit is contained in:
commit
312a7d6d7d
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ module ExceptionHandler
|
||||||
|
|
||||||
flash[:error] = I18n.t('errors.page_unauthorized')
|
flash[:error] = I18n.t('errors.page_unauthorized')
|
||||||
|
|
||||||
ExceptionNotifier.notify_exception(exception, data: { usuarie: current_usuarie.id })
|
ExceptionNotifier.notify_exception(exception, data: { usuarie: current_usuarie.id, path: request.fullpath })
|
||||||
|
|
||||||
redirect_to site_path(site)
|
redirect_to site_path(site)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue