Browse Source

Fixing spelling error.

pull/11560/head^2
rhysrevans3 3 months ago
parent
commit
3b00893d54
  1. 2
      fastapi/security/oauth2.py

2
fastapi/security/oauth2.py

@ -644,7 +644,7 @@ class OAuth2ClientCredentials(OAuth2):
bool, bool,
Doc( Doc(
""" """
By default, if no HTTP Auhtorization header is provided, required for By default, if no HTTP Authorization header is provided, required for
OAuth2 authentication, it will automatically cancel the request and OAuth2 authentication, it will automatically cancel the request and
send the client an error. send the client an error.

Loading…
Cancel
Save