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