keycloak-scim/src/authentication/AuthenticationSection.tsx

7 lines
246 B
TypeScript
Raw Normal View History

import React from "react";
import { WorkInProgress } from "../components/work-in-progress/WorkInProgress";
export const AuthenticationSection = () => (
<WorkInProgress marvelLink="https://marvelapp.com/prototype/bh91013/screen/75647039" />
);