Landing: Implement registration success/failure flows

Change-Id: I0b48cfb0c0b35bfe7c71b13f8953951821fb3958
diff --git a/apps/landing/hugo.toml b/apps/landing/hugo.toml
index b7cb8bc..a7a29d1 100644
--- a/apps/landing/hugo.toml
+++ b/apps/landing/hugo.toml
@@ -7,3 +7,6 @@
     Content-Security-Policy = 'connect-src app.v1.dodo.cloud'
     Referrer-Policy = 'strict-origin-when-cross-origin'
     X-Content-Type-Options = 'nosniff'
+
+[params]
+  apiBaseURL = "https://app.v1.dodo.cloud"