We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa0dd7 commit 7a4da05Copy full SHA for 7a4da05
app/routes/_auth+/verify.server.ts
@@ -90,8 +90,8 @@ export async function prepareVerification({
90
91
const { otp, ...verificationConfig } = generateTOTP({
92
algorithm: 'SHA256',
93
- // Leaving off 0 and O on purpose to avoid confusing users.
94
- charSet: 'ABCDEFGHIJKLMNPQRSTUVWXYZ123456789',
+ // Leaving off 0, O, and I on purpose to avoid confusing users.
+ charSet: 'ABCDEFGHJKLMNPQRSTUVWXYZ123456789',
95
period,
96
})
97
const verificationData = {
0 commit comments