Fix
This commit is contained in:
parent
51dc8d1de6
commit
14655e5633
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ export const codeFromRawData = (id: string, rawData: string): Code => {
|
|||
return new Code(
|
||||
_getAccount(uriPath),
|
||||
_getIssuer(uriPath, uriParams),
|
||||
_getDigits(uriParams) ?? 6,
|
||||
_getDigits(uriParams) || 6,
|
||||
_getPeriod(uriParams),
|
||||
getSanitizedSecret(uriParams),
|
||||
_getAlgorithm(uriParams),
|
||||
|
|
Loading…
Reference in a new issue