sveltekit-pocketbase-starter
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "sveltekit-pocketbase-starter", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "Dominick Caponi <d.caponi1@gmail.com>", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -76,3 +76,4 @@ import { fail, redirect, type Cookies } from '@sveltejs/kit'; | ||
'pb_auth', | ||
locals.pb?.authStore.exportToCookie({ secure: isProd, sameSite: 'lax', httpOnly: true }) | ||
locals.pb?.authStore.exportToCookie({ secure: isProd, sameSite: 'lax', httpOnly: true }), | ||
{path: "/"} | ||
); | ||
@@ -79,0 +80,0 @@ return { success: true } |
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
374770
413