breaking: apply config and auth to auth-objects

This commit is contained in:
Clemens 2024-07-18 08:50:31 +02:00
parent 74d5a63bea
commit 57a9340109

View file

@ -63,7 +63,7 @@
res-vec (cond
both (concat-vec (config-objects resulting-config) (auth-objects my-auth))
only-config (config-objects my-config)
only-auth (auth-objects my-auth))]
only-auth (auth-objects my-config my-auth))]
(cs/join
"\n---\n"
res-vec)))