From ea09883b07bb930f2093d680d207184f69718327 Mon Sep 17 00:00:00 2001 From: Amanda Pinsker Date: Wed, 22 Jan 2020 14:45:31 -0800 Subject: [PATCH] Restyle auth page --- context/config_success.go | 44 ++++++++++++++++++++++++--------------- 1 file changed, 27 insertions(+), 17 deletions(-) diff --git a/context/config_success.go b/context/config_success.go index 3a6fe978b..1919fc1a4 100644 --- a/context/config_success.go +++ b/context/config_success.go @@ -6,27 +6,37 @@ const oauthSuccessPage = ` Success: GitHub CLI - -

Authentication successful.

-

- You have completed logging into GitHub CLI.
- You may now close this tab and return to the terminal. -

- + +
+

Successfully authenticated GitHub CLI

+

You may now close this tab and return to the terminal.

+
`