Unnecessary return
This commit is contained in:
parent
7244cdbf5d
commit
ff49165447
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ export default ({ match, history, location }: Props) => {
|
|||
.then(() => {
|
||||
// @ts-ignore
|
||||
window.location = '/';
|
||||
return;
|
||||
})
|
||||
.catch(error => {
|
||||
console.error(error);
|
||||
|
|
Loading…
Reference in a new issue