Updated Firebase to use a service account depending on the environment
This commit is contained in:
@@ -91,7 +91,8 @@ export default function UserList({user, filters = []}: {user: User; filters?: ((
|
||||
})
|
||||
.catch(() => {
|
||||
toast.error("Something went wrong!", {toastId: "delete-error"});
|
||||
});
|
||||
})
|
||||
.finally(reload);
|
||||
};
|
||||
|
||||
const updateAccountType = (user: User, type: Type) => {
|
||||
|
||||
Reference in New Issue
Block a user