Docs: fix minor typo in 09_AccessControl.md (#6465) (#6466)

chose -> choose
This commit is contained in:
Shane Redman 2024-05-15 14:38:39 -05:00 committed by GitHub
parent c54f4fe771
commit 8e3bfa1a47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ See also another option for Authentik, [using the OAuth2 Provider with OpenID](1
## No Authentication
Not using authentication on your server is dangerous, as anyone with access to your server would be able to make changes as an admin.
It is never advisable to not use any form of authentication, but **never** chose this option on a server that is able to be accessed outside of your home network.
It is never advisable to not use any form of authentication, but **never** choose this option on a server that is able to be accessed outside of your home network.
## OpenID Connect