Remove callback page
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
054ac51dce
commit
dcb6378975
@ -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;
|
Reference in New Issue
Block a user