fix: working on AEA-GCM encryption.

This commit is contained in:
charlesgauthereau
2026-02-12 18:46:11 +01:00
parent c01440f9d4
commit 2426166676
5 changed files with 56 additions and 8 deletions
@@ -28,7 +28,7 @@ export default async function RoutePage(props: PageParams<{ agentId: string }>)
}
const edgeKey = await generateEdgeKey(getServerUrl(), agent.id);
return (
<Page>
<div className="justify-between gap-2 sm:flex">