Fix showing "Authentication complete" notice after OAuth dance

This was an accidental casualty of refactoring in
3aaa231cc5
This commit is contained in:
Mislav Marohnić 2020-05-27 14:43:04 +02:00
parent 465869a5ab
commit 0d7177f8d1

View file

@ -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)
}