diff --git a/internal/config/config_setup.go b/internal/config/config_setup.go index c22c07e35..2fc414a1b 100644 --- a/internal/config/config_setup.go +++ b/internal/config/config_setup.go @@ -110,6 +110,8 @@ func setupConfigFile(filename string) (Config, error) { return nil, err } + AuthFlowComplete() + // TODO cleaner error handling? this "should" always work given that we /just/ wrote the file... return ParseConfig(filename) }