Skip to content

Commit da3bcb1

Browse files
git commit -m 'cleaned account edit'
1 parent 304912d commit da3bcb1

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

course-matrix/frontend/src/components/UserMenu.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -163,17 +163,6 @@ export function UserMenu() {
163163
}
164164
}}
165165
/>
166-
<Label htmlFor="email">New Email</Label>
167-
{/* Disable this email input box for now until we have the backend for accounts set up */}
168-
<Input
169-
id="email"
170-
type="email"
171-
placeholder="[email protected]"
172-
disabled
173-
/>
174-
<Label htmlFor="email">New Password</Label>
175-
{/* Disable this password input box for now until we have the backend for accounts set up */}
176-
<Input id="password" disabled={true} />
177166
<DialogFooter>
178167
<DialogClose asChild>
179168
<Button variant="secondary">Cancel</Button>

0 commit comments

Comments
 (0)