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(() => {
|
.then(() => {
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
window.location = '/';
|
window.location = '/';
|
||||||
return;
|
|
||||||
})
|
})
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
console.error(error);
|
console.error(error);
|
||||||
|
|
Loading…
Reference in a new issue