authentik: Fix logo path for email stage
This commit is contained in:
parent
abf7f7afff
commit
d0655c769e
1 changed files with 2 additions and 0 deletions
|
@ -118,6 +118,8 @@ let
|
|||
substituteInPlace pyproject.toml \
|
||||
--replace-fail 'dumb-init = "*"' "" \
|
||||
--replace-fail 'djangorestframework-guardian' 'djangorestframework-guardian2'
|
||||
substituteInPlace authentik/stages/email/utils.py \
|
||||
--replace-fail 'web/' '${webui}/'
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ prev.poetry-core ];
|
||||
|
|
Loading…
Reference in a new issue