- Added a login modal to the home page with mobile and password fields. - Integrated altcha captcha for the registration process to enhance security. - Updated the registration submission logic to include altcha payload. - Improved error handling and user feedback for both login and registration processes.
3 lines
135 B
JavaScript
3 lines
135 B
JavaScript
import './styles.css';
|
|
import 'altcha'; // ثبت custom element <altcha-widget> برای مودالهای صفحهی عمومی
|