5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-27 06:36:22 +00:00

Merge branch 'issue-17343' into production.panel.sutty.nl

This commit is contained in:
f 2024-10-16 17:20:23 -03:00
commit 312a7d6d7d
No known key found for this signature in database

View file

@ -32,7 +32,7 @@ module ExceptionHandler
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)
end