mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
sign in with email
This commit is contained in:
@@ -131,7 +131,7 @@ pub async fn signin(name: &str, password: &str) -> (Arc<Data>, Login, ServiceRes
|
||||
|
||||
// 2. signin
|
||||
let creds = Login {
|
||||
username: name.into(),
|
||||
login: name.into(),
|
||||
password: password.into(),
|
||||
};
|
||||
let signin_resp = test::call_service(
|
||||
|
||||
Reference in New Issue
Block a user