Skip to content

Commit

Permalink
Update internal/cli/cli.go
Browse files Browse the repository at this point in the history
Co-authored-by: Rita Zerrizuela <[email protected]>
  • Loading branch information
willvedd and Widcket authored Dec 7, 2022
1 parent 36cecce commit 65a136c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func (c *cli) prepareTenant(ctx context.Context) (Tenant, error) {
}

if scopesChanged(t) && t.authenticatedWithDeviceCodeFlow() {
c.renderer.Warnf("Required scopes have changed. Please sign in to re-authorize the CLI.")
c.renderer.Warnf("Required scopes have changed. Please log in to re-authorize the CLI.")
return RunLoginAsUser(ctx, c)
}

Expand Down

0 comments on commit 65a136c

Please sign in to comment.