policies: fix current user not being set in server-side policy deny

closes #2039

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2022-04-21 22:30:27 +02:00
parent c8c69a9a56
commit 2399fa456b
5 changed files with 36 additions and 6 deletions

View File

@ -37,6 +37,7 @@ html > form > input {
.pf-c-login__main {
display: block;
position: relative;
width: 100%;
}
.ak-login-container {
height: calc(100vh - var(--pf-global--spacer--lg) - var(--pf-global--spacer--lg));

View File

@ -113,9 +113,6 @@ export class FlowExecutor extends LitElement implements StageHost {
.pf-c-drawer__content {
background-color: transparent;
}
.pf-c-login__main {
width: 100%;
}
`);
}