From 7402a5f5dfc1e07d754935503039b7c4d39e96fa Mon Sep 17 00:00:00 2001 From: olivevpn-ci Date: Tue, 28 Oct 2025 17:33:22 -0600 Subject: [PATCH] Brand: OliveVPN - change title and default email name --- main.go | 2 +- templates/login.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main.go b/main.go index 1125746..639f3de 100644 --- a/main.go +++ b/main.go @@ -44,7 +44,7 @@ var ( flagSmtpHelo = "localhost" flagSendgridApiKey string flagEmailFrom string - flagEmailFromName = "WireGuard UI" + flagEmailFromName = "OliveVPN" flagTelegramToken string flagTelegramAllowConfRequest = false flagTelegramFloodWait = 60 diff --git a/templates/login.html b/templates/login.html index c0a96b9..46bab1b 100644 --- a/templates/login.html +++ b/templates/login.html @@ -4,7 +4,7 @@ - WireGuard UI + OliveVPN @@ -25,7 +25,7 @@