From ff49165447ea872ca6078f6e56d5b6ffcb5d4d9e Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 28 Mar 2020 15:43:06 -0700 Subject: [PATCH] Unnecessary return --- resources/scripts/components/auth/ResetPasswordContainer.tsx | 1 - 1 file changed, 1 deletion(-) 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);