diff --git a/.github/codespell-words.txt b/.github/codespell-words.txt index 4b126169d..71f2f1c2c 100644 --- a/.github/codespell-words.txt +++ b/.github/codespell-words.txt @@ -1,3 +1,4 @@ keypair keypairs hass +warmup diff --git a/authentik/providers/oauth2/views/authorize.py b/authentik/providers/oauth2/views/authorize.py index 5aaee32d9..baf9e1b31 100644 --- a/authentik/providers/oauth2/views/authorize.py +++ b/authentik/providers/oauth2/views/authorize.py @@ -73,7 +73,7 @@ ALLOWED_PROMPT_PARAMS = {PROMPT_NONE, PROMPT_CONSENT, PROMPT_LOGIN} @dataclass # pylint: disable=too-many-instance-attributes class OAuthAuthorizationParams: - """Parameteres required to authorize an OAuth Client""" + """Parameters required to authorize an OAuth Client""" client_id: str redirect_uri: str diff --git a/web/src/flows/stages/consent/ConsentStage.ts b/web/src/flows/stages/consent/ConsentStage.ts index 2739daafa..b9919e878 100644 --- a/web/src/flows/stages/consent/ConsentStage.ts +++ b/web/src/flows/stages/consent/ConsentStage.ts @@ -58,7 +58,7 @@ export class ConsentStage extends BaseStage ${t`Application requires following permissions:`}

-