small change

This commit is contained in:
Daniel
2023-05-21 00:16:15 +03:30
parent 0ce97f0b64
commit 0b1684442b
4 changed files with 47 additions and 30 deletions
+5
View File
@@ -67,6 +67,11 @@ export default function UserSettings({ toggleSettingsModal }: Props) {
<div>
<p className="text-sm font-bold text-sky-300 mb-2">Email</p>
{user.email !== initialUser.email ? (
<p className="text-gray-500 text-sm mb-3">
Please log back in if you change the Email.
</p>
) : null}
<input
type="text"
value={user.email}