import { ComponentType } from 'react'; const Authenticating: ComponentType = () => (

Authentication in progress

You will be redirected to the login page.

); export default Authenticating;