Browse Source
Update impersonation.md
Spell error of the word change
pull/21238/head
@LiRa
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/en/modules/account/impersonation.md
|
|
|
@ -71,7 +71,7 @@ No need to do anything here. |
|
|
|
#### Web |
|
|
|
|
|
|
|
1. Depends `AbpAccountPublicWebImpersonationModule(Volo.Abp.Account.Pro.Public.Web.Impersonation)` on your `WebModule` |
|
|
|
2. Chnage the base class of `AccountController` to `AbpAccountImpersonationChallengeAccountController` |
|
|
|
2. Change the base class of `AccountController` to `AbpAccountImpersonationChallengeAccountController` |
|
|
|
|
|
|
|
```cs |
|
|
|
public class AccountController : AbpAccountImpersonationChallengeAccountController |
|
|
|
|