Skip to content

Commit

Permalink
Updated documentation page for SMS Verification service.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Nov 22, 2024
1 parent 6a9a94b commit c5fbd1c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions documentations/src/views/SMSVerification.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,6 @@
<span class="text-warning">"support"</span>: <span class="text-danger">"&lt;email&gt;"</span>
<span class="text-primary">}</span></pre>

<b>Response Data</b>
<ul>
<li><i>otp</i> &mdash; 6-digit one-time password sent to the recipient via SMS.</li>
</ul>

<pre class="bg-secondary border-gray border rounded p-2"><span class="text-primary">{</span>
<span class="text-warning">"result"</span>: <span class="text-danger">"1"</span>,
<span class="text-warning">"value"</span>: <span class="text-danger">"&lt;otp&gt;"</span>
<span class="text-primary">}</span></pre>

<b class="mt-4 mb-2 d-block border-bottom fw-bold">SMS Validate</b>
<p>Validate an OTP digits received by the user/client.</p>
<pre class="bg-secondary border-gray border rounded p-2">api/index.php?action=sms_validate</pre>
Expand Down

0 comments on commit c5fbd1c

Please sign in to comment.