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:
parent
150ae2cc11
commit
7ee9b0cbb7
1 changed files with 0 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue