web/admin: add notice for user_login stage session cookie behaviour

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer
2023-02-08 14:18:52 +01:00
parent 5aa43eeb04
commit a7cf454760
3 changed files with 15 additions and 0 deletions

View File

@ -26,6 +26,7 @@ export class Tooltip extends AKElement {
}
.pf-c-tooltip {
position: absolute;
z-index: 999;
}
`,
];