Create base main page
This commit is contained in:
@ -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)}
|
||||
>
|
||||
|
Reference in New Issue
Block a user