0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-10 22:38:53 -05:00

refactor: remove encryption TODO

This commit is contained in:
bholmesdev 2024-08-08 09:05:42 -04:00
parent 150ae2cc11
commit 7ee9b0cbb7

View file

@ -126,7 +126,6 @@ async function redirectWithResult({
actionName: string;
actionResult: SafeResult<any, any>;
}) {
// TODO: encrypt the action result
context.cookies.set('_actionResult', {
actionName,
actionResult: serializeActionResult(actionResult),