mirror of
https://github.com/wassname/talk.git
synced 2026-07-31 12:50:48 +08:00
Email Attach Fixes
This commit is contained in:
@@ -41,7 +41,7 @@ const AddEmailContent = ({
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<form autoComplete="off">
|
||||
<form autoComplete="off" onSubmit={confirmChanges}>
|
||||
<InputField
|
||||
id="emailAddress"
|
||||
label={t('talk-plugin-local-auth.add_email.enter_email_address')}
|
||||
@@ -82,12 +82,9 @@ const AddEmailContent = ({
|
||||
showSuccess={false}
|
||||
/>
|
||||
<div className={styles.actions}>
|
||||
<a
|
||||
className={cn(styles.button, styles.proceed)}
|
||||
onClick={confirmChanges}
|
||||
>
|
||||
<button className={cn(styles.button, styles.proceed)}>
|
||||
{t('talk-plugin-local-auth.add_email.add_email_address')}
|
||||
</a>
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user