Skip to content

Commit abc9cf3

Browse files
Swati | Upadted fetch ndhm data to abdm data
1 parent 90f92df commit abc9cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/otp-verification/otpVerification.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const OtpVerification = (props) => {
6262
<div className="otp-verify-input">
6363
<input type="text" id="otp" name="otp" value={otp} onChange={otpOnChangeHandler} />
6464
</div>
65-
<button type="button" disabled={showDetailsComparision} onClick={confirmAuth}>Fetch NDHM Data</button>
65+
<button type="button" disabled={showDetailsComparision} onClick={confirmAuth}>Fetch ABDM Data</button>
6666
{showError && <h6 className="error">{errorHealthId}</h6>}
6767
</div>
6868
</div>

0 commit comments

Comments
 (0)