This commit is contained in:
Anders Pitman
2022-01-02 00:22:28 -07:00
parent d2ad2571f5
commit a17c04fc15

View File

@@ -227,7 +227,7 @@ func Listen() {
url := fmt.Sprintf("https://%s", fqdn)
// Automatically log using the first found admin token. This is safe to do here
// because we know that retrieving the admin domain was initiating from the CLI.
// because we know that retrieving the admin domain was initiated from the CLI.
tokens := db.GetTokens()
for token, tokenData := range tokens {
if tokenData.Owner == "admin" {