Fix grammar in Authorization.md

pull/16776/head
Halil İbrahim Kalkan 2 years ago committed by GitHub
parent 366205593c
commit ee650a63ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,7 +32,7 @@ According to this flow, the user is redirected to an external login page which i
### Resource Owner Password Flow
If you implemented the [Angular UI account module](./Account-Module) to your project, you can switch the flow to resource owner password flow by changing the OAuth configuration in the _environment.ts_ files as shown below:
If you have used the [Angular UI account module](./Account-Module) in your project, you can switch to the resource owner password flow by changing the OAuth configuration in the _environment.ts_ files as shown below:
```js
import { Config } from '@abp/ng.core';

Loading…
Cancel
Save