Skip to content

Commit

Permalink
Add missing mock value
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed May 13, 2024
1 parent a748e8d commit 29b4549
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/login/kcContext/kcContextMocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,8 @@ export const kcContextMocks = [
"digits": 6,
"lookAheadWindow": 1,
"type": "totp",
"period": 30
"period": 30,
"getAlgorithmKey": () => "SHA1"
}
}
}),
Expand Down

0 comments on commit 29b4549

Please sign in to comment.