diff --git a/api/resources/views/notion/callback.blade.php b/api/resources/views/notion/callback.blade.php deleted file mode 100644 index 6a7df31f..00000000 --- a/api/resources/views/notion/callback.blade.php +++ /dev/null @@ -1,12 +0,0 @@ - - - - {{ config('app.name') }} - - - - - diff --git a/api/resources/views/oauth/callback.blade.php b/api/resources/views/oauth/callback.blade.php deleted file mode 100644 index 45a30b58..00000000 --- a/api/resources/views/oauth/callback.blade.php +++ /dev/null @@ -1,12 +0,0 @@ - - - - {{ config('app.name') }} - - - - - diff --git a/api/resources/views/oauth/emailTaken.blade.php b/api/resources/views/oauth/emailTaken.blade.php deleted file mode 100644 index af899b29..00000000 --- a/api/resources/views/oauth/emailTaken.blade.php +++ /dev/null @@ -1,5 +0,0 @@ -@extends('errors.layout') - -@section('title', 'Login Error') - -@section('message', 'Email already taken.') diff --git a/client/app.vue b/client/app.vue index bdd3691f..7cc46c24 100644 --- a/client/app.vue +++ b/client/app.vue @@ -50,6 +50,7 @@ + diff --git a/client/components/open/forms/components/form-components/FormCustomSeo.vue b/client/components/open/forms/components/form-components/FormCustomSeo.vue index e62205d5..f55eee42 100644 --- a/client/components/open/forms/components/form-components/FormCustomSeo.vue +++ b/client/components/open/forms/components/form-components/FormCustomSeo.vue @@ -114,7 +114,7 @@ export default { this.form.seo_meta[keyname] = null }) - if (this.form.custom_domain && !this.workspace.custom_domains.find((item) => { return item === this.form.custom_domain })) { + if (this.form.custom_domain && this.workspace?.custom_domains && !this.workspace.custom_domains.find((item) => { return item === this.form.custom_domain })) { this.form.custom_domain = null } } diff --git a/client/components/pages/auth/components/LoginForm.vue b/client/components/pages/auth/components/LoginForm.vue index 0014ddb9..004211d6 100644 --- a/client/components/pages/auth/components/LoginForm.vue +++ b/client/components/pages/auth/components/LoginForm.vue @@ -97,8 +97,7 @@ diff --git a/client/components/pages/auth/components/RegisterForm.vue b/client/components/pages/auth/components/RegisterForm.vue index e5ce1edf..89d3c4ce 100644 --- a/client/components/pages/auth/components/RegisterForm.vue +++ b/client/components/pages/auth/components/RegisterForm.vue @@ -104,8 +104,8 @@