1
0
Fork 0
mirror of synced 2024-06-23 08:30:31 +12:00

Adding email address disabled to update user info, so you can see which user you are currently logged into.

This commit is contained in:
mike12345567 2021-10-21 17:32:01 +01:00
parent 47ebc393c7
commit 9617477dcd

View file

@ -26,6 +26,7 @@
<Body size="S">
Personalise the platform by adding your first name and last name.
</Body>
<Input disabled bind:value={$auth.user.email} label="Email" />
<Input bind:value={$values.firstName} label="First name" />
<Input bind:value={$values.lastName} label="Last name" />
</ModalContent>