Skip to content

Commit ff49165

Browse files
committed
Unnecessary return
1 parent 7244cdb commit ff49165

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/scripts/components/auth/ResetPasswordContainer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ export default ({ match, history, location }: Props) => {
3535
.then(() => {
3636
// @ts-ignore
3737
window.location = '/';
38-
return;
3938
})
4039
.catch(error => {
4140
console.error(error);

0 commit comments

Comments
 (0)