Skip to content

Commit a66e082

Browse files
authored
docs: update documentation
1 parent 62714ee commit a66e082

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ authenticator.use(
145145
{
146146
...
147147
sendTOTP: async ({ email, code, magicLink }) => {
148-
// Send email with TOTP code.
149-
await sendAuthEmail({ email, code, magicLink })
148+
// Send email with TOTP code.
149+
await sendAuthEmail({ email, code, magicLink })
150150
},
151151
},
152152
async ({ email }) => {},

0 commit comments

Comments
 (0)