draupnir4all-web

git clone git://archive.git.mtrnord.blog/MTRNord/draupnir4all-web.git
Log | Files | Refs | README | LICENSE

commit 57b9115a443b486beb75821037a280babf706b74
parent 6f2b6a8c0cc9f163e92a94d6dd850842ef887a83
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 28 Apr 2025 14:26:01 +0200

Remove doubled up loading indicator

Signed-off-by: MTRNord <mtrnord1@gmail.com>

Diffstat:
Msrc/app/login/page.tsx | 6------
Msrc/app/register/page.tsx | 6------
2 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx @@ -113,12 +113,6 @@ export default function LoginPage() { </p> </> )} - - {isLoading && ( - <Button className="w-full" disabled> - Please wait... - </Button> - )} </CardFooter> </Card> </main> diff --git a/src/app/register/page.tsx b/src/app/register/page.tsx @@ -107,12 +107,6 @@ export default function RegisterPage() { <ArrowRight className="ml-2 h-4 w-4" /> </Button> )} - - {isLoading && ( - <Button className="w-full" disabled> - Please wait... - </Button> - )} </CardFooter> </Card> </main>