fix devise error display

This commit is contained in:
2022-12-20 21:46:58 +02:00
parent 0ccfab790b
commit 6a2378b8d7
11 changed files with 9 additions and 72 deletions

View File

@ -16,7 +16,6 @@
%strong.block.font-medium.text-gray-900 Ok
%p.mt-1.text-sm.text-gray-700
= flash.notice
:javascript
function hideNotice() {
const notification = document.querySelector('#flash')

View File

@ -12,6 +12,6 @@
= javascript_importmap_tags
%body
= render "layouts/header"
= render "layouts/merged_messages"
= render "layouts/messages"
= yield
= render "layouts/footer"