forked from p15670423/monkey
Removed unused function
This commit is contained in:
parent
6eab147ae1
commit
5331095bf3
|
@ -10,10 +10,4 @@ class AuthComponent extends React.Component {
|
|||
}
|
||||
}
|
||||
|
||||
export function authFetch(){
|
||||
const auth = new AuthService();
|
||||
const authFetch = auth.authFetch;
|
||||
const jwtHeader = auth.jwtHeader();
|
||||
}
|
||||
|
||||
export default AuthComponent;
|
||||
|
|
Loading…
Reference in New Issue