more
This commit is contained in:
@@ -116,7 +116,7 @@ const Dashboard = () => {
|
||||
|
||||
async function handleClick(e) {
|
||||
e.preventDefault();
|
||||
console.log("handle lcick");
|
||||
|
||||
const updateRef = collection(db, "users");
|
||||
await setDoc(doc(updateRef, _fbAuthUid), {
|
||||
isPromotionalFirstLogin: false,
|
||||
|
||||
Reference in New Issue
Block a user