Skip to content

Commit ceafb3b

Browse files
authored
Fix README.md typo
the api is `register_auth_endpoints`
1 parent 949b61b commit ceafb3b

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)