-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
ecs/src/components/auth/signInForm.svelte
Lines 33 to 38 in 2ea7a2a
| <!-- TODO: Display {errMsg} better --> | |
| <span>ERROR: {errMsg}</span> | |
| {/if} | |
| <EmailInput bind:value={email} status={emailError ? "error" : undefined}> | |
| <span slot="label">Email</span> |
This issue was generated by todo based on a TODO comment in 2ea7a2a. It's been assigned to @thislooksfun because they committed the code.
Reactions are currently unavailable