Web: Client: fix password change page render

This commit is contained in:
Viktor Fomin 2022-02-22 14:30:38 +03:00
parent 64fe39d3cc
commit b00fcfc1b1

View File

@ -24,7 +24,7 @@ export default function withLoader(WrappedComponent) {
useEffect(() => {
if (
(type === "ChangePasswordForm" || type === "LinkInvite") &&
(type === "PasswordChange" || type === "LinkInvite") &&
!passwordSettings
) {
axios