Skip to content

Commit 6da7a64

Browse files
docs: handleRedirectCallback requires method
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent b349f49 commit 6da7a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/authentication/google.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ After authentication, Google redirects the user back to your app with a signed t
201201
```typescript
202202
import { handleRedirectCallback } from "@junobuild/core";
203203

204-
await handleRedirectCallback();
204+
await handleRedirectCallback({ google: null });
205205
```
206206

207207
If the callback is successful, the user is signed in and a session is created.

0 commit comments

Comments
 (0)