mirror of https://github.com/penpot/penpot.git
🐛 Change login notification to error
This commit is contained in:
parent
76fc2b04f4
commit
bd9ef6d221
|
|
@ -158,7 +158,7 @@
|
|||
[:*
|
||||
(when-let [message @error]
|
||||
[:& context-notification
|
||||
{:type :warning
|
||||
{:type :error
|
||||
:content message
|
||||
:data-test "login-banner"
|
||||
:role "alert"}])
|
||||
|
|
|
|||
Loading…
Reference in New Issue