Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
mark as loading when we fetch the token
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicalTux committed Jul 24, 2021
1 parent f0943bd commit 4a5a404
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions login.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ func (l *loginShells) doThin() error {
continue
}

l.loading()

resp, ok := v.(map[string]interface{})
if !ok {
return fmt.Errorf("invalid response from api, response of invalid type")
Expand Down

0 comments on commit 4a5a404

Please sign in to comment.