From 920c09be620ef628d5778b3fab95d7401047671d Mon Sep 17 00:00:00 2001 From: Evis Drenova Date: Tue, 9 May 2023 16:07:07 -0700 Subject: [PATCH] updated page --- internal/utils/login_html.go | 142 +++++++++++++++++++---------------- 1 file changed, 77 insertions(+), 65 deletions(-) diff --git a/internal/utils/login_html.go b/internal/utils/login_html.go index 4d5a300..5c1498e 100644 --- a/internal/utils/login_html.go +++ b/internal/utils/login_html.go @@ -10,64 +10,76 @@ const ( header = ` - {{ .Title }} - - + {{ .Title }} + + + -
+
` footer = ` @@ -78,15 +90,15 @@ const ( ` loginPageSuccess = ` -
-
-

Login Success!

-

You've successfully logged in to Nucleus CLI.

-

You may now close this window and return to your terminal.

-
-
- -
+ +
+

Login Success!

+

You've successfully logged in to Nucleus CLI.

+

You may now close this window and return to your terminal.

+
+
+ +
` loginPageError = `