0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00

fix(ui): fix ci

fix ci
This commit is contained in:
simeng-li 2022-10-24 09:47:36 +08:00
parent 07edd4e685
commit f9bcce52dd
No known key found for this signature in database
GPG key ID: 14EA7BB1541E8075

View file

@ -117,11 +117,7 @@ const PasscodeValidation = ({ type, method, className, target }: Props) => {
</Trans>
</div>
) : (
<TextLink
className={styles.link}
text="description.resend_passcode"
onClick={resendPasscodeHandler}
/>
<TextLink text="description.resend_passcode" onClick={resendPasscodeHandler} />
)}
</form>
);