From 11495ddca3430b9f2e67bdaebde3d885113e731b Mon Sep 17 00:00:00 2001 From: Nicholas Dille Date: Thu, 16 Oct 2025 09:28:48 +0200 Subject: [PATCH] feat: Automatically close tab after 5 seconds --- main.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/main.go b/main.go index 4514195..138b442 100644 --- a/main.go +++ b/main.go @@ -408,8 +408,12 @@ var template string = ` -

Success. You may close this page and return to Git.

+

Success. You may close this page and return to Git. It will close automatically in 5 seconds.

git-credential-oauth %s

+ `