Add a little success pop up.
Some checks are pending
Build and Push Latest Image / build-and-push (push) Waiting to run

This commit is contained in:
yuanhau 2025-06-16 00:14:36 +08:00
parent b5217e04fe
commit 5445a3d1c0
2 changed files with 18 additions and 0 deletions

View file

@ -15,6 +15,7 @@ export default defineEventHandler(async (event) => {
// Use Static values for now.
const requestChange = body.action || "";
const apiKeyqq = body.value.match(clearBadDataRegex);
console.log(apiKeyqq);
const allowedColumns = ["firstname", "email"];
if (!allowedColumns.includes(requestChange)) {