mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-30 02:46:44 -05:00
chore: lint
This commit is contained in:
@@ -23,7 +23,7 @@ function generateOTP(size: number) {
|
||||
return generateRandomString(size, "0-9");
|
||||
}
|
||||
|
||||
export interface PhoneNumberOptions = {
|
||||
export interface PhoneNumberOptions {
|
||||
/**
|
||||
* Length of the OTP code
|
||||
* @default 6
|
||||
|
||||
Reference in New Issue
Block a user