Skip to content

Commit

Permalink
chore(docs): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ayZagen committed Oct 3, 2022
1 parent 873dc34 commit f566dfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/auth/mfa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export class MFAService extends HttpService {
* mfa.validateCode('123456', MFACodeType.OTP).catch( function(err){
* console.error('Code is not valid', err)
* })
*```
*
* @example
* Register WebAuthN device.
Expand All @@ -51,6 +52,7 @@ export class MFAService extends HttpService {
* console.error('Registration failed', err)
* })
* })
*```
*
* @example
* Verify WebAuthN device.
Expand Down

0 comments on commit f566dfa

Please sign in to comment.