Update AuthService.cs

pull/15774/head
maliming 3 years ago committed by GitHub
parent 101ab1ed84
commit 3954fe95bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;
}

Loading…
Cancel
Save