🐛 Fix list on registration toast notification (#11479)

This commit is contained in:
Eva Marco 2026-09-02 17:19:37 +02:00 committed by GitHub
parent f633d82f51
commit c6a32a2f5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -114,6 +114,7 @@
(str "<ul>" items "</ul>"))] (str "<ul>" items "</ul>"))]
(st/emit! (ntf/show {:content (tr "errors.weak-password") (st/emit! (ntf/show {:content (tr "errors.weak-password")
:detail detail :detail detail
:is-html true
:type :toast :type :toast
:level :error}))) :level :error})))