fix web after merge

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Marc 'risson' Schmitt 2024-01-10 18:16:27 +01:00
parent 4c4459d44e
commit 067e7f923a
No known key found for this signature in database
GPG Key ID: 9C3FA22FABF1AA8D
2 changed files with 0 additions and 7 deletions

View File

@ -134,7 +134,6 @@ django-model-utils = "*"
django-prometheus = "*"
django-redis = "*"
django-storages = { extras = ["s3"], version = "*" }
# See https://github.com/django-tenants/django-tenants/pull/959
# See https://github.com/django-tenants/django-tenants/pull/997
django-tenants = { git = "https://github.com/rissson/django-tenants.git", branch="authentik-fixes" }
djangorestframework = "*"

View File

@ -38,12 +38,6 @@ export class UserSettingsFlowExecutor
@property()
flowSlug?: string;
<<<<<<< HEAD
@state()
brand?: CurrentBrand;
=======
>>>>>>> main
private _challenge?: ChallengeTypes;
@property({ attribute: false })