refactoring
This commit is contained in:
parent
93ee258c7f
commit
0868e97326
1 changed files with 1 additions and 2 deletions
3
index.js
3
index.js
|
|
@ -32,8 +32,7 @@ const login = process.env.MS_OFFICE365_LOGIN;
|
|||
for (let cookie of cookies) {
|
||||
if (cookie.name === 'rtFa') {
|
||||
output.rtFa = cookie.value;
|
||||
}
|
||||
if (cookie.name === 'FedAuth') {
|
||||
} else if (cookie.name === 'FedAuth') {
|
||||
output.FedAuth = cookie.value;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue