From cff70e282f451b9e4da36d38857f1bb7230cc5d5 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Fri, 6 Aug 2021 11:15:40 +0545 Subject: [PATCH] fix console login and signup --- app/views/home/auth/signin.phtml | 2 ++ app/views/home/auth/signup.phtml | 1 + 2 files changed, 3 insertions(+) diff --git a/app/views/home/auth/signin.phtml b/app/views/home/auth/signin.phtml index fc21da1de8..b096654a1d 100644 --- a/app/views/home/auth/signin.phtml +++ b/app/views/home/auth/signin.phtml @@ -34,6 +34,8 @@ $root = ($this->getParam('root') !== 'disabled'); data-failure="alert" data-failure-param-alert-text="Login failed. Please check your credentials." data-failure-param-alert-classname="error"> + + diff --git a/app/views/home/auth/signup.phtml b/app/views/home/auth/signup.phtml index cf30591774..09b58fae79 100644 --- a/app/views/home/auth/signup.phtml +++ b/app/views/home/auth/signup.phtml @@ -37,6 +37,7 @@ $root = ($this->getParam('root') !== 'disabled');

Please create your root account

+