mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 05:12:20 +00:00
key
This commit is contained in:
@@ -13,7 +13,7 @@ export default function Page() {
|
||||
<div className="space-y-8">
|
||||
<h1 className="text-xl font-medium">Headers</h1>
|
||||
{hds.map((h) => (
|
||||
<p>
|
||||
<p key={h}>
|
||||
{h}:{headersList.get(h)}
|
||||
</p>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user