mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user