fix web after merge
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
parent
4c4459d44e
commit
067e7f923a
|
@ -134,7 +134,6 @@ django-model-utils = "*"
|
||||||
django-prometheus = "*"
|
django-prometheus = "*"
|
||||||
django-redis = "*"
|
django-redis = "*"
|
||||||
django-storages = { extras = ["s3"], version = "*" }
|
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
|
# See https://github.com/django-tenants/django-tenants/pull/997
|
||||||
django-tenants = { git = "https://github.com/rissson/django-tenants.git", branch="authentik-fixes" }
|
django-tenants = { git = "https://github.com/rissson/django-tenants.git", branch="authentik-fixes" }
|
||||||
djangorestframework = "*"
|
djangorestframework = "*"
|
||||||
|
|
|
@ -38,12 +38,6 @@ export class UserSettingsFlowExecutor
|
||||||
@property()
|
@property()
|
||||||
flowSlug?: string;
|
flowSlug?: string;
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
@state()
|
|
||||||
brand?: CurrentBrand;
|
|
||||||
|
|
||||||
=======
|
|
||||||
>>>>>>> main
|
|
||||||
private _challenge?: ChallengeTypes;
|
private _challenge?: ChallengeTypes;
|
||||||
|
|
||||||
@property({ attribute: false })
|
@property({ attribute: false })
|
||||||
|
|
Reference in New Issue