import React from "react"; const SecurityCheckupFailed = () => { return (

Your browser is not secure

Sorry, we had to stop the authentication process and return you to the home page because your browser environment is not secure.

); }; export default SecurityCheckupFailed;