diff --git a/resources/scripts/components/auth/ResetPasswordContainer.tsx b/resources/scripts/components/auth/ResetPasswordContainer.tsx index 9801d9351..7350e725a 100644 --- a/resources/scripts/components/auth/ResetPasswordContainer.tsx +++ b/resources/scripts/components/auth/ResetPasswordContainer.tsx @@ -35,7 +35,6 @@ export default ({ match, history, location }: Props) => { .then(() => { // @ts-ignore window.location = '/'; - return; }) .catch(error => { console.error(error);