From 917c4ae8358280ac426d7319d713be95da142dfa Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 23 Aug 2022 18:49:23 +0200 Subject: [PATCH] ci: fix typos Signed-off-by: Jens Langhammer --- .github/codespell-words.txt | 1 + authentik/providers/oauth2/views/authorize.py | 2 +- web/src/flows/stages/consent/ConsentStage.ts | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) 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:`}

-
    +
      ${this.renderPermissions(this.challenge.permissions)}
    ` @@ -76,7 +76,7 @@ export class ConsentStage extends BaseStage ${t`Application already has access to the following permissions:`}

    -
      +
        ${this.renderPermissions(this.challenge.permissions)}
      ` @@ -88,7 +88,7 @@ export class ConsentStage extends BaseStage ${t`Application requires following new permissions:`} -
        +
          ${this.renderPermissions(this.challenge.additionalPermissions)}
        `