nemiro.oauth icon indicating copy to clipboard operation
nemiro.oauth copied to clipboard

Missing NOT operator

Open adm244 opened this issue 7 years ago • 1 comments

I think this line meant to be "if (!AccessToken.IsNullOrEmpty(value))": https://github.com/alekseynemiro/nemiro.oauth.dll/blob/a0e4b21dd361107636c05f44baf45391d06e0178/src/Nemiro.OAuth/OAuthBase.cs#L400

adm244 avatar Feb 11 '18 16:02 adm244

No. If the incoming value is empty, then the value from the current instance of the class will be used.

alekseynemiro avatar Feb 12 '18 08:02 alekseynemiro