mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-03-27 00:47:55 +00:00
wip: authorize page
This commit is contained in:
5
frontend/src/schemas/oidc-schemas.ts
Normal file
5
frontend/src/schemas/oidc-schemas.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { z } from "zod";
|
||||
|
||||
export const getOidcClientInfoScehma = z.object({
|
||||
name: z.string(),
|
||||
});
|
||||
Reference in New Issue
Block a user