diff --git a/cmd/authy-export/authy-export.go b/cmd/authy-export/authy-export.go index df4c504..eb4fe01 100644 --- a/cmd/authy-export/authy-export.go +++ b/cmd/authy-export/authy-export.go @@ -98,6 +98,7 @@ func main() { tok, err := app.Token() if err != nil { log.Printf("Failed to decode app %s: %v", app.Name, err) + continue } params := url.Values{} params.Set("secret", tok)