diff --git a/opensaas-sh/app_diff/main.wasp.diff b/opensaas-sh/app_diff/main.wasp.diff
index 911af76..9b9aab9 100644
--- a/opensaas-sh/app_diff/main.wasp.diff
+++ b/opensaas-sh/app_diff/main.wasp.diff
@@ -1,6 +1,6 @@
--- template/app/main.wasp
+++ opensaas-sh/app/main.wasp
-@@ -3,30 +3,30 @@
+@@ -3,31 +3,32 @@
version: "^0.16.0"
},
@@ -8,6 +8,7 @@
+ title: "Open SaaS",
head: [
+ "",
"",
- "",
- "",
@@ -43,12 +44,13 @@
- // via the Cookie Consent component after the user clicks the "Accept" cookies button.
- "", // for production
- "", // for development
++
+ "",
+ "",
],
// 🔐 Auth out of the box! https://wasp.sh/docs/auth/overview
-@@ -38,7 +38,7 @@
+@@ -39,7 +40,7 @@
email: {
fromField: {
name: "Open SaaS App",
@@ -57,7 +59,7 @@
},
emailVerification: {
clientRoute: EmailVerificationRoute,
-@@ -50,21 +50,18 @@
+@@ -51,21 +52,18 @@
},
userSignupFields: import { getEmailUserFields } from "@src/auth/userSignupFields",
},
@@ -91,7 +93,7 @@
},
onAuthFailedRedirectTo: "/login",
onAuthSucceededRedirectTo: "/demo-app",
-@@ -86,11 +83,11 @@
+@@ -87,11 +85,11 @@
// NOTE: "Dummy" provider is just for local development purposes.
// Make sure to check the server logs for the email confirmation url (it will not be sent to an address)!
// Once you are ready for production, switch to e.g. "SendGrid" or "Mailgun" providers. Check out https://docs.opensaas.sh/guides/email-sending/ .
@@ -105,7 +107,7 @@
},
},
}
-@@ -206,9 +203,9 @@
+@@ -207,9 +205,9 @@
}
api paymentsWebhook {
diff --git a/template/app/main.wasp b/template/app/main.wasp
index f416a5d..f7dda3c 100644
--- a/template/app/main.wasp
+++ b/template/app/main.wasp
@@ -6,6 +6,7 @@ app OpenSaaS {
title: "My Open SaaS App",
head: [
+ "",
"",
"",
"",