Cant able to validate totp( google authenticator)
after scanning qr, it cant able to validate toptp error: invalid two factor authentication
otpauth://totp/Better%20Auth%20Demo:example%40gmail.com?secret=OJYEI3JVIFFFU5LZJJWVWUSSZOE3EYVSONA3WGUSFJI3XGN2IMFLQ&issuer=Better+Auth+Demo&digits=6&period=30
using this nextjs demo code https://github.com/better-auth/better-auth/blob/main/demo/nextjs/app/dashboard/user-card.tsx
otpauth://totp/Better%20Auth%20Demo:example%40gmail.com?secret=OJYEI3JVIFFFU5LZJJWVWUSSZOE3EYVSONA3WGUSFJI3XGN2IMFLQ&issuer=Better+Auth+Demo&digits=6&period=30
using this nextjs demo code https://github.com/better-auth/better-auth/blob/main/demo/nextjs/app/dashboard/user-card.tsx

GitHub
The most comprehensive authentication framework for TypeScript - better-auth/better-auth