mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-01-06 12:57:51 -05:00
Fix
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user