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