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