Browse Source
Merge pull request #15774 from abpframework/maliming-patch-1
Update AuthService.cs
pull/15792/head
liangshiwei
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Auth/AuthService.cs
|
|
|
@ -58,7 +58,7 @@ public class AuthService : IAuthService, ITransientDependency |
|
|
|
{ |
|
|
|
if (!response.IsSuccessStatusCode) |
|
|
|
{ |
|
|
|
Logger.LogError("Remote server returns '{response.StatusCode}'"); |
|
|
|
Logger.LogError($"Remote server returns '{response.StatusCode}'"); |
|
|
|
return null; |
|
|
|
} |
|
|
|
|
|
|
|
|