mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 18:15:39 +00:00
username update
This commit is contained in:
@@ -37,7 +37,7 @@ async fn register_demo_user(data: &AppData) -> ServiceResult<()> {
|
||||
val: DEMO_USER.into(),
|
||||
};
|
||||
|
||||
if !username_exists(&user_exists_payload, &data).await?.exists {
|
||||
if !username_exists(&user_exists_payload, data).await?.exists {
|
||||
let register_payload = Register {
|
||||
username: DEMO_USER.into(),
|
||||
password: DEMO_PASSWORD.into(),
|
||||
|
||||
Reference in New Issue
Block a user