We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304912d commit da3bcb1Copy full SHA for da3bcb1
course-matrix/frontend/src/components/UserMenu.tsx
@@ -163,17 +163,6 @@ export function UserMenu() {
163
}
164
}}
165
/>
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} />
177
<DialogFooter>
178
<DialogClose asChild>
179
<Button variant="secondary">Cancel</Button>
0 commit comments