From 8baf5785590a92fe1fceef663e30b186d52e2022 Mon Sep 17 00:00:00 2001 From: Max Amundsen Date: Tue, 11 Mar 2025 15:27:28 -0400 Subject: [PATCH] update "branding" --- cmd/server/main.go | 2 +- wwwroot/js/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/server/main.go b/cmd/server/main.go index 417769c..f59c177 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -12,7 +12,7 @@ import ( ) func main() { - fmt.Println("Previous: A powerful web codebase.") + fmt.Println("MaxWarden: A simple and secure password manager.") if config.DEBUG { fmt.Println("DEBUG BUILD") diff --git a/wwwroot/js/index.js b/wwwroot/js/index.js index 4d19128..5ed21ba 100644 --- a/wwwroot/js/index.js +++ b/wwwroot/js/index.js @@ -1,4 +1,4 @@ -console.log("Previous - A powerful web codebase."); +console.log("MaxWarden"); // Helper functions