Open the admin console from serve --open and land login on the intended page

This commit is contained in:
Emil
2026-08-03 00:32:47 +03:00
parent bdbe0e3e39
commit 8b7094b0cb
4 changed files with 76 additions and 4 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ func runServe(args []string) error {
AutoMigrate: true,
}
if *open {
openBrowser("http://" + *addr + "/ui")
openBrowser("http://" + *addr + "/ui/admin")
}
// Print the login once the server is about to start.