Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanidk committed Jun 27, 2024
1 parent c9c0708 commit 07b71a8
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,17 +303,6 @@ export const Form: FC<FormProps> = ({
<Field shouldUpdate={true}>
<Submit text={t('Submit')} loading={loading} />
</Field>
{isLastBlock && (
<div className="heyform-submit-warn">
{t('Never submit passwords!')} -{' '}
<a
href={state.reportAbuseURL || 'https://docs.heyform.net/report-abuse'}
target="_blank"
>
{t('Report Abuse')}
</a>
</div>
)}
</>
) : (
<div className="mt-8 flex items-center gap-2">
Expand Down

0 comments on commit 07b71a8

Please sign in to comment.