diff --git a/frontend/src/app/main/ui/auth/register.cljs b/frontend/src/app/main/ui/auth/register.cljs index 41acc9e841..da3438640f 100644 --- a/frontend/src/app/main/ui/auth/register.cljs +++ b/frontend/src/app/main/ui/auth/register.cljs @@ -114,6 +114,7 @@ (str ""))] (st/emit! (ntf/show {:content (tr "errors.weak-password") :detail detail + :is-html true :type :toast :level :error})))