update "branding"

This commit is contained in:
2025-03-11 15:27:28 -04:00
parent 85f7d0eab2
commit 8baf578559
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ import (
) )
func main() { func main() {
fmt.Println("Previous: A powerful web codebase.") fmt.Println("MaxWarden: A simple and secure password manager.")
if config.DEBUG { if config.DEBUG {
fmt.Println("DEBUG BUILD") fmt.Println("DEBUG BUILD")

View File

@@ -1,4 +1,4 @@
console.log("Previous - A powerful web codebase."); console.log("MaxWarden");
// Helper functions // Helper functions