Skip to content

Commit a73c7ff

Browse files
committed
Fix
1 parent ea74e05 commit a73c7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/pages/signin.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import Router from "next/router";
1414
import {LovePage} from "web/components/love-page";
1515

1616

17-
async function redirectSignin(creds) {
17+
async function redirectSignin(creds: any) {
1818
console.log("User signed in:", creds.user);
1919
const userId = creds?.user.uid
2020
if (userId) {

0 commit comments

Comments
 (0)