Skip to content

Commit ff656db

Browse files
committed
remove I from verification
1 parent a1c14d3 commit ff656db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/routes/_auth+/verify.server.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ export async function prepareVerification({
8080
request,
8181
type,
8282
target,
83-
charSet = 'ABCDEFGHIJKLMNPQRSTUVWXYZ123456789',
83+
// this intentionally leaves out 0, O, and I
84+
charSet = 'ABCDEFGHJKLMNPQRSTUVWXYZ123456789',
8485
}: {
8586
period: number
8687
request: Request

0 commit comments

Comments
 (0)