File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
web/src/app/[locale]/registration Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -133,30 +133,6 @@ export default function Page() {
133133 { t ( "settings.basic.photoUpload" ) }
134134 </ label >
135135 </ div >
136- < label className = "mt-5 flex flex-col sm:mt-0 sm:flex-row sm:items-center sm:justify-between" >
137- { t ( "settings.basic.email" ) }
138- < input
139- type = "email"
140- name = "email"
141- onChange = { ctx . handleChange }
142- placeholder = "you@example.com"
143- className = "my-4 w-full rounded-xl border border-gray-500 bg-white p-2 sm:w-1/2"
144- />
145- </ label >
146- { /*
147- 定期通知実装まで放置
148- <label className="mt-5 flex flex-col sm:mt-0 sm:flex-row sm:items-center sm:justify-between">
149- {t("settings.basic.allowPeriodicNotification")}
150- <span className="flex w-1/2 flex-row justify-center">
151- <input
152- type="checkbox"
153- onChange={ctx.handleChange}
154- name="allowPeriodicNotifications"
155- className="checkbox checkbox-primary"
156- />
157- </span>
158- </label>
159- */ }
160136 </ div >
161137
162138 < div className = "my-10 px-15" >
You can’t perform that action at this time.
0 commit comments