change app name from AppCut to OpenCut

This commit is contained in:
Maze Winther
2025-06-22 22:22:08 +02:00
parent d1b3eae895
commit ead6684b08
6 changed files with 8 additions and 8 deletions

View File

@ -16,7 +16,7 @@ export const auth = betterAuth({
emailAndPassword: {
enabled: false,
},
appName: "AppCut",
appName: "OpenCut",
trustedOrigins: ["http://localhost:3000"],
});