Skip to content

Commit

Permalink
Merge pull request #966 from sriranjan-s/Dev-2.0
Browse files Browse the repository at this point in the history
added PT and OBPAS on workspace
  • Loading branch information
sriranjan-s authored Mar 5, 2024
2 parents 896bf09 + 470a4fb commit c70bb60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ const SelectMobileNumber = ({ t, onSelect, showRegisterLink, mobileNumber, onMob
setMdmsConfig={setMdmsConfig}
/>
</div>)}
<div className="col col-md-4 text-md-center p-0" style={{width:"40%", marginTop:"5px"}}>
{/* <div className="col col-md-4 text-md-center p-0" style={{width:"40%", marginTop:"5px"}}>
<button className="digilocker-btn"type="submit" onClick={(e)=> register(e)}><img src="https://meripehchaan.gov.in/assets/img/icon/digi.png" class="mr-2" style={{"width":"12%"}}></img>Register with DigiLocker</button>
</div>
</div> */}
</FormStep>
);
};
Expand Down
4 changes: 3 additions & 1 deletion frontend/micro-ui/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"micro-ui-internals/packages/modules/common",
"micro-ui-internals/packages/modules/core",
"micro-ui-internals/packages/modules/commonPt",
"micro-ui-internals/packages/modules/dss"
"micro-ui-internals/packages/modules/dss",
"micro-ui-internals/packages/modules/pt",
"micro-ui-internals/packages/modules/obps"


],
Expand Down

0 comments on commit c70bb60

Please sign in to comment.