Commit d0a9d20
committed
Fix auth0 react warning by moving redirect_uri in the right parameter
```
Using `redirectUri` has been deprecated, please use
`authorizationParams.redirect_uri` instead as `redirectUri` will be no
longer supported in a future version
```
Also removes 2 related auth parameters that were not even read by
`Auth0Provider` directly (they're in, and should be in
`authorizationParams`)1 parent 3401a29 commit d0a9d20
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 28 | | |
| 29 | + | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
| |||
0 commit comments