Skip to content

Commit 7f28d93

Browse files
authored
Merge pull request #1 from reflex-dev/masenf-patch-1
Fix README.md typo
2 parents 949b61b + ceafb3b commit 7f28d93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ Reflex will need to access these variables to authenticate users.
2626

2727
```python
2828
from reflex_enterprise import App
29-
from reflex_okta_auth import register_auth_callback
29+
from reflex_okta_auth import register_auth_endpoints
3030

3131
...
3232

3333
app = App()
34-
register_auth_callback(app)
34+
register_auth_endpoints(app)
3535
```
3636

3737
### Check `OktaAuthState.userinfo` for user identity/validity

0 commit comments

Comments
 (0)