Fix showing "Authentication complete" notice after OAuth dance
This was an accidental casualty of refactoring in
3aaa231cc5
This commit is contained in:
parent
465869a5ab
commit
0d7177f8d1
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue