1
0
Fork 0
mirror of synced 2024-08-29 00:41:54 +12:00

implement review comments

This commit is contained in:
Maurits Lourens 2022-03-02 19:03:45 +01:00
parent aae52ae434
commit f15e0de666

View file

@ -2,11 +2,11 @@
import { import {
Body, Body,
Input, Input,
Select, Label,
ModalContent, ModalContent,
notifications, notifications,
Select,
Toggle, Toggle,
Label,
} from "@budibase/bbui" } from "@budibase/bbui"
import { createValidationStore, emailValidator } from "helpers/validation" import { createValidationStore, emailValidator } from "helpers/validation"
import { users } from "stores/portal" import { users } from "stores/portal"
@ -78,23 +78,18 @@
label="Add new user via:" label="Add new user via:"
/> />
<Input
type="email"
label="Email"
bind:value={$email}
error={$touched && $error}
placeholder="john@doe.com"
/>
{#if basic} {#if basic}
<Input
type="email"
label="Email"
bind:value={$email}
error={$touched && $error}
/>
<Input disabled label="Password" value={password} /> <Input disabled label="Password" value={password} />
{:else}
<Input
type="email"
bind:value={$email}
error={$touched && $error}
placeholder="john@doe.com"
label="Email"
/>
{/if} {/if}
<div> <div>
<div class="toggle"> <div class="toggle">
<Label size="L">Development access</Label> <Label size="L">Development access</Label>