Deploy: 2026-05-23 02:22:31
This commit is contained in:
@@ -939,6 +939,7 @@
|
|||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="form-label" x-text="lang === 'ar' ? 'نوع الرسالة' : 'OTP Type'"></label>
|
<label class="form-label" x-text="lang === 'ar' ? 'نوع الرسالة' : 'OTP Type'"></label>
|
||||||
<select x-model="otpType">
|
<select x-model="otpType">
|
||||||
|
<option value="image" x-text="lang === 'ar' ? 'صورة آمنة (Image CAPTCHA OTP)' : 'Secure Image (Anti-Bot OTP)'"></option>
|
||||||
<option value="text" x-text="lang === 'ar' ? 'رسالة نصية على الواتساب' : 'Text Message'"></option>
|
<option value="text" x-text="lang === 'ar' ? 'رسالة نصية على الواتساب' : 'Text Message'"></option>
|
||||||
<option value="voice" x-text="lang === 'ar' ? 'رسالة صوتية (Voice Note OTP)' : 'Voice Note (Google TTS)'"></option>
|
<option value="voice" x-text="lang === 'ar' ? 'رسالة صوتية (Voice Note OTP)' : 'Voice Note (Google TTS)'"></option>
|
||||||
</select>
|
</select>
|
||||||
@@ -1669,7 +1670,7 @@
|
|||||||
webhook_secret: ''
|
webhook_secret: ''
|
||||||
},
|
},
|
||||||
otpPhone: '',
|
otpPhone: '',
|
||||||
otpType: 'text',
|
otpType: 'image',
|
||||||
otpSessionId: '',
|
otpSessionId: '',
|
||||||
otpStatusMsg: '',
|
otpStatusMsg: '',
|
||||||
otpErrorCode: '',
|
otpErrorCode: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user