@auth/core
Advanced tools
Comparing version 0.16.0 to 0.16.1
@@ -112,2 +112,3 @@ /** | ||
return new Response(JSON.stringify({ url: redirect }), { | ||
status: internalResponse.status, | ||
headers: response.headers, | ||
@@ -114,0 +115,0 @@ }); |
{ | ||
"name": "@auth/core", | ||
"version": "0.16.0", | ||
"version": "0.16.1", | ||
"description": "Authentication for the Web.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -152,2 +152,3 @@ /** | ||
return new Response(JSON.stringify({ url: redirect }), { | ||
status: internalResponse.status, | ||
headers: response.headers, | ||
@@ -154,0 +155,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
1351917
34592