Исправлена ошибка NullReferenceException в Login.
This commit is contained in:
parent
261a91d99d
commit
a0e66de850
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ namespace Intersvyaz.Net
|
|||
|
||||
_httpClient.DefaultRequestHeaders.Authorization =
|
||||
new AuthenticationHeaderValue("Bearer", result.Token);
|
||||
OnLogin.Invoke(this, result);
|
||||
OnLogin?.Invoke(this, result);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue