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:
parent
07edd4e685
commit
f9bcce52dd
1 changed files with 1 additions and 5 deletions
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue