🏷️ fix types

This commit is contained in:
Fred KISSIE
2026-07-03 22:33:58 +02:00
parent 289be30e6b
commit 3d13e9105c

View File

@@ -44,6 +44,7 @@ export type LoginFormIDP = {
idpId: number;
name: string;
variant?: string;
lastUsed?: boolean;
};
type LoginFormProps = {