Skip to content

Commit 3088a92

Browse files
author
Hovsep Mkrtchyan
committed
Addressed review feedbacks.
1 parent 69c01d2 commit 3088a92

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/CLU/Commands.Common.Authentication/Authentication/UserTokenProvider.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ private AuthenticationResult AcquireToken(AdalConfiguration config, Authenticati
130130

131131
try
132132
{
133-
UserCredential credential = new UserCredential(userId, password);
134-
135133
DeviceCodeResult codeResult = context.AcquireDeviceCodeAsync(
136134
config.ResourceClientUri,
137135
config.ClientId)

0 commit comments

Comments
 (0)