fix devise error display
This commit is contained in:
@ -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')
|
||||
|
@ -12,6 +12,6 @@
|
||||
= javascript_importmap_tags
|
||||
%body
|
||||
= render "layouts/header"
|
||||
= render "layouts/merged_messages"
|
||||
= render "layouts/messages"
|
||||
= yield
|
||||
= render "layouts/footer"
|
||||
|
Reference in New Issue
Block a user