Create base main page

This commit is contained in:
2023-06-09 11:19:40 +02:00
parent d55718f4de
commit 3ca941bd57
6 changed files with 166 additions and 1 deletions

View File

@ -103,6 +103,7 @@ export function LoginRoute(): React.ReactElement {
<div>
{ServerApi.Config.oidc_providers.map((p) => (
<Button
key={p.id}
style={{ textAlign: "center", width: "100%", marginTop: "20px" }}
onClick={() => authWithProvider(p.id)}
>