This commit is contained in:
wayanrivan
2025-05-25 13:52:19 +07:00
parent e2885caa3a
commit b00e27b2ae

View File

@ -6,7 +6,7 @@ const AccountUserProfileContent = () => {
return (
<div className="grid gap-5 lg:gap-7.5 xl:w-[38.75rem] mx-auto">
<AccountUserProfileContextProvider>
<BasicSettings />
{/* <BasicSettings /> */}
<Password />
<PinCode />
{/* Uncomment the line below to enable the Delete Account feature */}