Skip to content

Commit

Permalink
email for profiles is useless
Browse files Browse the repository at this point in the history
  • Loading branch information
MLewkowicz committed Apr 16, 2024
1 parent 22e23a5 commit a45c1f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/app/profiles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ const ProfilePopup = () => {
<div className={styles.profileHeader}>User Profile</div>
<div className={styles.profileDetails}>
<input type="text" value={username} onChange={(e) => setUsername(e.target.value)} className={styles.inputField} placeholder="Username" />
<input type="email" value={email} onChange={(e) => setEmail(e.target.value)} className={styles.inputField} placeholder="Email" />
<button onClick={handleSaveProfile} className={styles.sendButton}>Save</button>

</div>
Expand Down

0 comments on commit a45c1f1

Please sign in to comment.