From 7ede065cbacc9d0c836623dea12b551ef3512d8e Mon Sep 17 00:00:00 2001 From: Ivaylo Ivanov Date: Mon, 11 May 2026 15:28:40 +0300 Subject: [PATCH] cleanup --- internal/oauth/pages/error.html | 17 ----------------- internal/oauth/pages/success.html | 17 ----------------- 2 files changed, 34 deletions(-) diff --git a/internal/oauth/pages/error.html b/internal/oauth/pages/error.html index c88d477..7bbeb5c 100644 --- a/internal/oauth/pages/error.html +++ b/internal/oauth/pages/error.html @@ -78,22 +78,6 @@ line-height: 1.6; color: #666; } - - button { - width: 100%; - padding: 10px 0; - background: #000; - border: none; - border-radius: 4px; - color: #fff; - font-size: 14px; - font-family: inherit; - font-weight: 500; - cursor: pointer; - transition: opacity 0.15s; - } - - button:hover { opacity: 0.85; } @@ -110,7 +94,6 @@

Sign-in failed

Close this window and check the terminal for details.

- diff --git a/internal/oauth/pages/success.html b/internal/oauth/pages/success.html index 33d6a27..ef25301 100644 --- a/internal/oauth/pages/success.html +++ b/internal/oauth/pages/success.html @@ -78,22 +78,6 @@ line-height: 1.6; color: #666; } - - button { - width: 100%; - padding: 10px 0; - background: #000; - border: none; - border-radius: 4px; - color: #fff; - font-size: 14px; - font-family: inherit; - font-weight: 500; - cursor: pointer; - transition: opacity 0.15s; - } - - button:hover { opacity: 0.85; } @@ -107,7 +91,6 @@

You're signed in

You can now start using the Glassnode CLI.
This window can be closed.

-