This commit is contained in:
MartinBraquet
2025-09-06 10:53:42 +02:00
parent ea74e0514e
commit a73c7ff8b6

View File

@@ -14,7 +14,7 @@ import Router from "next/router";
import {LovePage} from "web/components/love-page";
async function redirectSignin(creds) {
async function redirectSignin(creds: any) {
console.log("User signed in:", creds.user);
const userId = creds?.user.uid
if (userId) {