sveltekit-pocketbase-starter
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "sveltekit-pocketbase-starter", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"author": "Dominick Caponi <d.caponi1@gmail.com>", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -54,3 +54,4 @@ import { fail, redirect, type Cookies } from '@sveltejs/kit'; | ||
} catch (e: any) { | ||
return fail(422, {error: true, message: e.response.data.email.message}) | ||
console.error("[Signup Error]: ", e.response.data) | ||
return fail(422, {error: true, message: e.response.data}) | ||
} | ||
@@ -57,0 +58,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
365676
328