Browse Source

Update CurrentUser.md

pull/12694/head
Hamza Albreem 4 years ago
committed by GitHub
parent
commit
15caeb028f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/CurrentUser.md

2
docs/en/CurrentUser.md

@ -90,7 +90,7 @@ Beside these standard methods, there are some extension methods:
For a web application, it gets the `User` property of the current `HttpContext`. For a non-web application, it returns the `Thread.CurrentPrincipal`.
> You generally don't need to use this low level `ICurrentPrincipalAccessor` service just directly work with the `ICurrentUser` explained above.
> You generally don't need to use this low level `ICurrentPrincipalAccessor` service and just directly work with the `ICurrentUser` explained above.
### Basic Usage

Loading…
Cancel
Save