fix: sql uppercasing
fix: structural changes to remove async/await flows fix: invert boolean flow fix: minor fixes
This commit is contained in:
parent
f987a07e0b
commit
1563aa307b
9 changed files with 172 additions and 126 deletions
|
|
@ -9,7 +9,7 @@ const STRATEGIES = {
|
|||
}
|
||||
|
||||
// FIDO2FA, FIDOPasswordless or FIDOUsernameless
|
||||
const CHOSEN_STRATEGY = 'FIDOPasswordless'
|
||||
const CHOSEN_STRATEGY = 'FIDO2FA'
|
||||
|
||||
module.exports = {
|
||||
CHOSEN_STRATEGY,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue