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 e4eb530 commit 445dc34Copy full SHA for 445dc34
web/src/app/[locale]/(auth)/settings/basic/page.tsx
@@ -71,15 +71,6 @@ export default function Page() {
71
setIsPhotoCropModalOpen={setIsPhotoCropModalOpen}
72
/>
73
)}
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>
83
<label className="mt-5 flex flex-col sm:mt-0 sm:flex-row sm:items-center sm:justify-between">
84
{t("basic.allowPeriodicNotification")}
85
<span className="flex w-1/2 flex-row justify-center">
0 commit comments