comment
This commit is contained in:
parent
11c79abc31
commit
38c3c3c560
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ export class LoginController extends Controller {
|
||||||
// requested_token_type: "urn:ietf:params:oauth:token-type:refresh_token",
|
// requested_token_type: "urn:ietf:params:oauth:token-type:refresh_token",
|
||||||
username: body.username,
|
username: body.username,
|
||||||
password: body.password,
|
password: body.password,
|
||||||
scope: "offline_access",
|
// scope: "offline_access",
|
||||||
};
|
};
|
||||||
let _data: any = null;
|
let _data: any = null;
|
||||||
await Promise.all([
|
await Promise.all([
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue