🐛 Fix empty warning on login (#9056)

This commit is contained in:
Eva Marco 2026-04-20 12:23:47 +02:00 committed by GitHub
parent 73b55ee47e
commit 003b54421d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
[]