From 81e01f1485fe498f5123de08d7cfb6fe1e956e14 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Fri, 31 Oct 2025 20:32:09 +0100 Subject: [PATCH] Change tag --- common/src/api/schema.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/api/schema.ts b/common/src/api/schema.ts index 56ee573c..b7e1052c 100644 --- a/common/src/api/schema.ts +++ b/common/src/api/schema.ts @@ -742,7 +742,7 @@ export const API = (_apiTypeCheck = { code: z.string(), }), summary: 'Google Auth', - tag: 'Authentication', + tag: 'Tokens', }, } as const)