Browse Source

tiny fix for the OAuth-Module doc

pull/15201/head
Hamza Albreem 4 years ago
committed by Mahmut Gundogdu
parent
commit
e9fb841540
  1. 2
      docs/en/UI/Angular/OAuth-Module.md

2
docs/en/UI/Angular/OAuth-Module.md

@ -1,5 +1,5 @@
# ABP OAuth Package # ABP OAuth Package
The authentication functionality has been moved from the @abp/ng.core to the @abp/ng.ouath since v7.0. The authentication functionality has been moved from @abp/ng.core to @abp/ng.ouath since v7.0.
If your app is version 7.0 or higher, you should include "AbpOAuthModule.forRoot()" in your app.module.ts as an import after "CoreModule.forRoot(...)". If your app is version 7.0 or higher, you should include "AbpOAuthModule.forRoot()" in your app.module.ts as an import after "CoreModule.forRoot(...)".

Loading…
Cancel
Save