Skip to content

Commit

Permalink
Text enhance on Digi quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
VarunSonava committed Dec 11, 2024
1 parent 1650b5a commit 727b4ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/data/digilocker/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,19 +77,19 @@ It also includes a scope parameter, which provides the information about the doc
<td><code>&lt;redirectUrl&gt;?success=&#123;False&#125;&amp;id=&#123;Digilocker_request.id&#125;&amp;errCode=&#123;code&#125;&errMessage=&#123;message&#125;</code></td>
</tr>
<tr>
<td>User Consent to Aadhaar only </td>
<td>User Consent to Aadhaar </td>
<td>
<code>&lt;redirectUrl&gt;?success=&#123;True&#125;&amp;id=Digilocker_request.id&amp;scope=ADHAR </code>
</td>
</tr>
<tr>
<td>User consent to all three docs </td>
<td>User consent to all three documents </td>
<td>
<code>&lt;redirectUrl&gt;?success=&#123;True&#125;&amp;id=Digilocker_request.id&amp;scope=ADHAR%2BPANCR%2BDRVLC </code>
</td>
</tr>
<tr>
<td>User journey completed without selecting any doc </td>
<td>User journey completed without selecting any document </td>
<td>
<code>&lt;redirectUrl&gt;?success=&#123;True&#125;&amp;id=Digilocker_request.id&amp;scope= </code>
</td>
Expand Down

0 comments on commit 727b4ac

Please sign in to comment.