import { FunctionComponent } from "react"; import { SSOResult } from "../models/SSOResult"; export const ServiceWorkerNotSupported: FunctionComponent = ({ configurationName }) => ( <>

Unable to authenticate on this browser for {configurationName}

Your browser is not configured to support Service Workers.

);