[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2024-07-31 12:54:57 +02:00
الأصل 8cf0c526da
التزام ba994ce998

عرض الملف

@@ -976,7 +976,7 @@ async function whoAreYou() {
showClass: { popup: 'animate__animated animate__fadeInDown' },
hideClass: { popup: 'animate__animated animate__fadeOutUp' },
inputValidator: (name) => {
if (!name) return 'Please enter your name';
if (!name) return 'Please enter your email or name';
if (name.length > 30) return 'Name must be max 30 char';
name = filterXSS(name);
if (isHtml(name)) return 'Invalid name!';