mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 01:55:40 +00:00
server-side password validation
This commit is contained in:
@@ -64,6 +64,7 @@ const registerUser = async (e: Event) => {
|
||||
let payload = {
|
||||
username,
|
||||
password,
|
||||
confirm_password: passwordCheck,
|
||||
email,
|
||||
};
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ import * as login from './auth/login';
|
||||
import * as register from './auth/register';
|
||||
import * as panel from './panel/index';
|
||||
import * as addSiteKey from './panel/add-site-key/';
|
||||
//import './auth/forms.scss';
|
||||
import './auth/forms.scss';
|
||||
import './panel/main.scss';
|
||||
import VIEWS from './views/v1/routes';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user