Log in on the backend with wrong credentials.
I guess we need something like this
diff --git a/administrator/templates/atum/login.php b/administrator/templates/atum/login.php index 20d691e..a3877e0 100644 --- a/administrator/templates/atum/login.php +++ b/administrator/templates/atum/login.php @@ -106,6 +106,6 @@ <div id="wrapper" class="d-flex wrapper"> - <div class="container-fluid container-main order-1"> + <jdoc:include type="message" /> <section id="content" class="content h-100"> <main class="d-flex justify-content-center align-items-center h-100"> @@ -119,8 +119,4 @@ </main> </section> - - <div class="notify-alerts"> - <jdoc:include type="message" /> - </div> </div>
Thanks. See PR #28911
I guess we need something like this