Skip to content

Commit

Permalink
testing if this value gets returned or not
Browse files Browse the repository at this point in the history
  • Loading branch information
THeflinKeeper committed Apr 11, 2024
1 parent 5a6ed20 commit 31613de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion keeperapi/src/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,8 @@ export class Auth {
expireIn: tfaExpiration
}
if(channel === TwoFactorChannelType.TWO_FA_CT_DUO && [TwoFactorPushType.TWO_FA_PUSH_DUO_PUSH, TwoFactorPushType.TWO_FA_PUSH_DUO_CALL].includes(pushType)) {
await this.executeRestAction(twoFASendDuoMessage(sendPushRequest))
const testing = await this.executeRestAction(twoFASendDuoMessage(sendPushRequest))
console.log(testing)
} else {
await this.executeRestAction(twoFactorSend2FAPushMessage(sendPushRequest))
}
Expand Down

0 comments on commit 31613de

Please sign in to comment.