diff --git a/src/auth/oauth-flow.ts b/src/auth/oauth-flow.ts index d532e5d..feda2d4 100644 --- a/src/auth/oauth-flow.ts +++ b/src/auth/oauth-flow.ts @@ -175,12 +175,85 @@ export class OAuthFlow { res.writeHead(200, { "Content-Type": "text/html" }); res.end(` - - -

Login successful!

-

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

- - + + + + Authentication Successful | Baz + + + + + + + +
+ +
+ + + +
+

Baz CLI is authenticated

+

Let's get those reviews rolling!

+

You can close this window

+
+ + `); clearTimeout(timeoutId);