添加二次认证hostid
This commit is contained in:
parent
10d6cce1bf
commit
e9ef776c76
|
|
@ -217,7 +217,8 @@ const secondAuthLogin = async () => {
|
||||||
let req = {
|
let req = {
|
||||||
state: second_auth_state_key.value,
|
state: second_auth_state_key.value,
|
||||||
type: second_auth_method.value,
|
type: second_auth_method.value,
|
||||||
code: second_auth_code.value
|
code: second_auth_code.value,
|
||||||
|
host_id: param.fingerprint
|
||||||
};
|
};
|
||||||
let result = await secondAuthLoginService(req);
|
let result = await secondAuthLoginService(req);
|
||||||
if (result["code"] === 0) {
|
if (result["code"] === 0) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue