keycloak-scim/src/page/AuthenticationPage.tsx

6 lines
112 B
TypeScript
Raw Normal View History

import React from "react";
export const AuthenticationPage = () => {
return <>The Authentication Page</>;
};