Skip to content

Commit

Permalink
Remove login hint (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebkiage authored Oct 5, 2023
1 parent 0691f91 commit 83b1075
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ private async Task<InteractiveBrowserCredential> GetInteractiveBrowserCredential
TokenCachePersistenceOptions tokenCacheOptions = new() { Name = Constants.TokenCacheName };
credOptions.TokenCachePersistenceOptions = tokenCacheOptions;
credOptions.AuthenticationRecord = await authenticationCacheManager.ReadAuthenticationRecordAsync(cancellationToken);
credOptions.LoginHint = credOptions.AuthenticationRecord?.Username;

return new InteractiveBrowserCredential(credOptions);
}
Expand Down

0 comments on commit 83b1075

Please sign in to comment.