Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions course-matrix/frontend/src/components/UserMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,17 +163,6 @@ export function UserMenu() {
}
}}
/>
<Label htmlFor="email">New Email</Label>
{/* Disable this email input box for now until we have the backend for accounts set up */}
<Input
id="email"
type="email"
placeholder="[email protected]"
disabled
/>
<Label htmlFor="email">New Password</Label>
{/* Disable this password input box for now until we have the backend for accounts set up */}
<Input id="password" disabled={true} />
<DialogFooter>
<DialogClose asChild>
<Button variant="secondary">Cancel</Button>
Expand Down