feat: adapt frontend to oidc flow

This commit is contained in:
Stavros
2026-01-24 15:52:22 +02:00
parent c817e353f6
commit 71bc3966bc
8 changed files with 139 additions and 55 deletions

View File

@@ -159,6 +159,10 @@ code {
@apply relative rounded bg-muted px-[0.2rem] py-[0.1rem] font-mono text-sm font-semibold break-all;
}
pre {
@apply bg-accent border border-border rounded-md p-2;
}
.lead {
@apply text-xl text-muted-foreground;
}