mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-08-17 16:07:18 +02:00
fix email not optoinal in template
Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
@@ -895,11 +895,8 @@ Simulation URLs to allow:\n${allowListingData.simulationUrl}\n
|
||||
</div>
|
||||
{/if}
|
||||
<div>
|
||||
<TextFieldSelect
|
||||
id="email"
|
||||
bind:value={formValues.email}
|
||||
optional
|
||||
options={emailMap.values()}>Email</TextFieldSelect
|
||||
<TextFieldSelect id="email" bind:value={formValues.email} options={emailMap.values()}
|
||||
>Email</TextFieldSelect
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user