Authentication flow is functional

This commit is contained in:
2025-11-04 20:51:07 +01:00
parent 9ed711777c
commit d9c96e85f7
6 changed files with 140 additions and 6 deletions

View File

@@ -46,8 +46,8 @@ export function OIDCCbRoute(): React.ReactElement {
);
return (
<>
<div style={{ textAlign: "center" }}>
<CircularProgress />
</>
</div>
);
}