fix: enable captcha in the application which is not built-in (#1061)

This commit is contained in:
Resulte Lee
2022-08-23 23:30:45 +08:00
committed by GitHub
parent e2921419b9
commit f02875e1b1
5 changed files with 8 additions and 3 deletions

View File

@ -89,6 +89,7 @@ export const ResetModal = (props) => {
textBefore={i18next.t("code:Code You Received")}
onChange={setCode}
onButtonClickArgs={[dest, destType, Setting.getApplicationName(application)]}
application={application}
/>
</Row>
</Col>