+
Security
{/* Change Password Section */}
-
-
- {/* Two-Factor Authentication Section */}
-
-
Two-Factor Authentication
-
- Get verification codes from an authenticator app such as Google Authenticator. It works even if your phone is offline.
-
- {/* QR Code Placeholder */}
-
-
-
+
+
Change Password
+
+
+ setNewPassword(e.target.value)}
+ />
+
+
+ setConfirmPassword(e.target.value)}
+ />
+
+ {error &&
{error}
}
-
-
);
};