Skip to content

Commit

Permalink
Update micro-ui/web/micro-ui-internals/packages/modules/core/src/page…
Browse files Browse the repository at this point in the history
…s/citizen/Home/UserProfile.js
  • Loading branch information
nabeelmd-eGov authored Sep 16, 2024
1 parent f7a57fc commit 92b0f4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ const UserProfile = ({ stateCode, userType, cityDetails }) => {

<LabelFieldPair>
<div style={{ width: "100%" }}>
{changepassword == false && !Digit.Utils.getMultiRootTenant()? (
{changepassword == false && !Digit.Utils.getOTPBasedLogin()? (
<Button
label={t("CORE_COMMON_CHANGE_PASSWORD")}
variation={"teritiary"}
Expand Down

0 comments on commit 92b0f4a

Please sign in to comment.