Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPalmer1 committed Sep 21, 2020
1 parent ce710f1 commit 1598713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/provider/pingfed/pingfed.go
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ func (ac *Client) handleSelectDevice(ctx context.Context, doc *goquery.Document)
}
})

// Select a device
// Select a device (pre-set to 0 to default to the only device if only a single device is found)
selectedDevice := 0
if len(deviceNames) == 0 {
return ctx, nil, errors.New("No devices found to authenticate with")
Expand Down

0 comments on commit 1598713

Please sign in to comment.