🐛 Fix empty warning on login (#9056)

This commit is contained in:
Eva Marco 2026-04-20 12:23:47 +02:00 committed by Andrey Antukh
parent 40ee1960a1
commit c269df1441

View File

@ -36,8 +36,8 @@
(mf/defc demo-warning*
[]
[:> context-notification*
{:level :warning
:content (tr "auth.demo-warning")}])
{:level :warning}
(tr "auth.demo-warning")])
(defn create-demo-profile
[]