0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 00:10:11 -05:00

🐛 Change login notification to error

This commit is contained in:
Eva Marco 2024-05-20 09:40:25 +02:00
parent 76fc2b04f4
commit bd9ef6d221

View file

@ -158,7 +158,7 @@
[:*
(when-let [message @error]
[:& context-notification
{:type :warning
{:type :error
:content message
:data-test "login-banner"
:role "alert"}])