Open the admin console from serve --open and land login on the intended page
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user