diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 76f8c2bd5..aaebffe25 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -378,7 +378,7 @@ stages: python ./scripts/az_do_set_branch.py - task: Docker@2 inputs: - containerRegistry: 'GHCR' + containerRegistry: 'beryjuorg-harbor' repository: 'beryju/authentik' command: 'buildAndPush' Dockerfile: 'Dockerfile' diff --git a/outpost/azure-pipelines.yml b/outpost/azure-pipelines.yml index 87dfb1526..d8f9a75d9 100644 --- a/outpost/azure-pipelines.yml +++ b/outpost/azure-pipelines.yml @@ -98,7 +98,7 @@ stages: python ./scripts/az_do_set_branch.py - task: Docker@2 inputs: - containerRegistry: 'GHCR' + containerRegistry: 'beryjuorg-harbor' repository: 'beryju/authentik-proxy' command: 'buildAndPush' Dockerfile: 'outpost/proxy.Dockerfile' diff --git a/web/azure-pipelines.yml b/web/azure-pipelines.yml index 0b9f3da8c..83e5b19a8 100644 --- a/web/azure-pipelines.yml +++ b/web/azure-pipelines.yml @@ -78,7 +78,7 @@ stages: python ./scripts/az_do_set_branch.py - task: Docker@2 inputs: - containerRegistry: 'GHCR' + containerRegistry: 'beryjuorg-harbor' repository: 'beryju/authentik-static' command: 'buildAndPush' Dockerfile: 'web/Dockerfile' diff --git a/web/src/elements/stages/authenticator_validate/AuthenticatorValidateStageCode.ts b/web/src/elements/stages/authenticator_validate/AuthenticatorValidateStageCode.ts index a54799627..af7442b20 100644 --- a/web/src/elements/stages/authenticator_validate/AuthenticatorValidateStageCode.ts +++ b/web/src/elements/stages/authenticator_validate/AuthenticatorValidateStageCode.ts @@ -14,7 +14,7 @@ export class AuthenticatorValidateStageWebCode extends BaseStage { @property({ attribute: false }) deviceChallenge?: DeviceChallenge; - @@property({ type: Boolean }) + @property({ type: Boolean }) showBackButton = false; static get styles(): CSSResult[] {