Skip to content

Commit 445dc34

Browse files
committed
fix: delete email field from basic info
1 parent e4eb530 commit 445dc34

File tree

1 file changed

+0
-9
lines changed
  • web/src/app/[locale]/(auth)/settings/basic

1 file changed

+0
-9
lines changed

web/src/app/[locale]/(auth)/settings/basic/page.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,6 @@ export default function Page() {
7171
setIsPhotoCropModalOpen={setIsPhotoCropModalOpen}
7272
/>
7373
)}
74-
<label className="mt-5 flex flex-col sm:mt-0 sm:flex-row sm:items-center sm:justify-between">
75-
{t("basic.email")}
76-
<input
77-
type="email"
78-
name="email"
79-
placeholder="[email protected]"
80-
className="my-4 w-full rounded-xl border border-gray-500 bg-white p-2 sm:w-1/2"
81-
/>
82-
</label>
8374
<label className="mt-5 flex flex-col sm:mt-0 sm:flex-row sm:items-center sm:justify-between">
8475
{t("basic.allowPeriodicNotification")}
8576
<span className="flex w-1/2 flex-row justify-center">

0 commit comments

Comments
 (0)