We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea74e05 commit a73c7ffCopy full SHA for a73c7ff
web/pages/signin.tsx
@@ -14,7 +14,7 @@ import Router from "next/router";
14
import {LovePage} from "web/components/love-page";
15
16
17
-async function redirectSignin(creds) {
+async function redirectSignin(creds: any) {
18
console.log("User signed in:", creds.user);
19
const userId = creds?.user.uid
20
if (userId) {
0 commit comments