update
This commit is contained in:
@ -6,7 +6,7 @@ const AccountUserProfileContent = () => {
|
|||||||
return (
|
return (
|
||||||
<div className="grid gap-5 lg:gap-7.5 xl:w-[38.75rem] mx-auto">
|
<div className="grid gap-5 lg:gap-7.5 xl:w-[38.75rem] mx-auto">
|
||||||
<AccountUserProfileContextProvider>
|
<AccountUserProfileContextProvider>
|
||||||
<BasicSettings />
|
{/* <BasicSettings /> */}
|
||||||
<Password />
|
<Password />
|
||||||
<PinCode />
|
<PinCode />
|
||||||
{/* Uncomment the line below to enable the Delete Account feature */}
|
{/* Uncomment the line below to enable the Delete Account feature */}
|
||||||
|
|||||||
Reference in New Issue
Block a user