We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ffcb0 commit 15754ffCopy full SHA for 15754ff
1 file changed
app/api/code/route.ts
@@ -62,7 +62,7 @@ export async function POST(request: Request) {
62
// Search for recent Google Voice forwarded SMS — adjust query if needed
63
const listRes = await gmail.users.messages.list({
64
userId: 'me',
65
- q: 'from:txt.voice.google.com',
+ q: 'from:noreply@google.com subject:"Google Verification Code"',
66
maxResults: 1,
67
});
68
0 commit comments