Remove callback page

This commit is contained in:
Stuart Taylor
2018-04-12 17:20:17 +01:00
committed by Mrugesh Mohapatra
parent 054ac51dce
commit dcb6378975

View File

@ -1,12 +0,0 @@
import React from 'react';
import Auth from '../auth';
function AuthCallBack() {
const auth = new Auth();
auth.handleAuthentication();
return <h2>One moment please...</h2>;
}
AuthCallBack.displayName = 'AuthCallBack';
export default AuthCallBack;