fix conflicts

This commit is contained in:
ChrisLolz 2025-03-17 00:21:59 -04:00
parent 88c6e93e2c
commit 081920a58d
2 changed files with 17 additions and 16 deletions

View File

@ -169,6 +169,7 @@ export default class LoginFormUiHandler extends FormModalUiHandler {
onFail(error); onFail(error);
} }
}); });
}
}; };
return true; return true;