diff --git a/.github/workflows/web-api-publish.yml b/.github/workflows/web-api-publish.yml index 3f3cd6676..66d4987db 100644 --- a/.github/workflows/web-api-publish.yml +++ b/.github/workflows/web-api-publish.yml @@ -10,7 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - # Setup .npmrc file to publish to npm - uses: actions/setup-node@v3.4.1 with: node-version: '16' diff --git a/Makefile b/Makefile index 824db0c3c..6f1b568fd 100644 --- a/Makefile +++ b/Makefile @@ -90,7 +90,9 @@ gen-client-ts: -i /local/schema.yml \ -g typescript-fetch \ -o /local/gen-ts-api \ - --additional-properties=typescriptThreePlus=true,supportsES6=true,npmName=@goauthentik/api,npmVersion=${NPM_VERSION} + --additional-properties=typescriptThreePlus=true,supportsES6=true,npmName=@goauthentik/api,npmVersion=${NPM_VERSION} \ + --git-repo-id authentik \ + --git-user-id goauthentik mkdir -p web/node_modules/@goauthentik/api \cp -fv scripts/web_api_readme.md gen-ts-api/README.md cd gen-ts-api && npm i diff --git a/authentik/core/templates/if/admin.html b/authentik/core/templates/if/admin.html index 68b8f2768..b0fe05922 100644 --- a/authentik/core/templates/if/admin.html +++ b/authentik/core/templates/if/admin.html @@ -4,7 +4,7 @@ {% load i18n %} {% block head %} - + diff --git a/authentik/core/templates/if/flow.html b/authentik/core/templates/if/flow.html index bc378f224..657c21579 100644 --- a/authentik/core/templates/if/flow.html +++ b/authentik/core/templates/if/flow.html @@ -23,7 +23,7 @@ window.authentik.flow = { {% endblock %} {% block head %} - +