]> Untitled Git - lemmy-ui.git/commitdiff
Merge branch 'main' into fix/fix-post-action-button-sizes
authorSleeplessOne1917 <abias1122@gmail.com>
Tue, 20 Jun 2023 11:10:29 +0000 (11:10 +0000)
committerGitHub <noreply@github.com>
Tue, 20 Jun 2023 11:10:29 +0000 (11:10 +0000)
src/shared/components/person/password-change.tsx

index 9f5bf9277d0247982667fbb41d3fcf7b01c117c5..6475be9e1270d15bdc658ee0b5ec75a644466438 100644 (file)
@@ -140,7 +140,7 @@ export class PasswordChange extends Component<any, State> {
           UserService.Instance.myUserInfo = site.data.my_user;
         }
 
-        this.props.history.replace("/");
+        i.props.history.replace("/");
       }
     }
   }