From ead903ec194eed23132df74292b7bdf6e795cea8 Mon Sep 17 00:00:00 2001 From: ihrpr Date: Fri, 18 Jul 2025 14:14:21 +0100 Subject: [PATCH] test --- src/shared/auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/auth.ts b/src/shared/auth.ts index 467680a5..d8bfe560 100644 --- a/src/shared/auth.ts +++ b/src/shared/auth.ts @@ -1,5 +1,5 @@ import { z } from "zod"; - +// testing! /** * RFC 9728 OAuth Protected Resource Metadata */