mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
[Injimob-695]: Go back issue fixed in issuersMachine for Verification Error (#1439)
* [Injimob-695]: Go back issue fixed in issuersMachine for Verification Error. Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com> * [Injimob-695] Remove unused actions. Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com> * [Injimob-695]: Updating the catch block of verifyCredential to throw technical error. Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com> * [Injimob-695]: Updating the error logs for verification error. Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com> * [INJIMOB-695] change the name of isPendingVerificationError method to make it more meaningful and move vc verification status styles to theme files Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com> * [INJIMOB-695] change the verification failure banner message as per the wireframe Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com> * [INJIMOB-695] In vcItem services file pass VC credentials properly to the verify credential method Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com> * [INJIMOB-695] remove unused imports and return verification error message properly in vcItem actions Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com> * [INJIMOB-695] remove unused imports in issuersActions file Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com> --------- Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com> Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com> Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
This commit is contained in:
committed by
srikanth716
parent
0c057aa598
commit
948297d5cb
@@ -413,7 +413,7 @@
|
||||
"VcVerificationBanner": {
|
||||
"inProgress": "We are validating your card, this may take sometime. Once verified, you’ll be able to activate your card.",
|
||||
"success": "{{vcDetails}} is verified successfully and now available for activation.",
|
||||
"error": "Sorry, we are unable to verify the {{vcDetails}} right now. Please try again later."
|
||||
"error": "Sorry, we are unable to verify the {{vcDetails}} right now. Please try again later. Until then, you won't be able to activate or share your card."
|
||||
},
|
||||
"ViewVcModal": {
|
||||
"title": "ID Details",
|
||||
|
||||
Reference in New Issue
Block a user