From 3d13e9105ca0078b6116d557bacb7c6f06b1513f Mon Sep 17 00:00:00 2001 From: Fred KISSIE Date: Fri, 3 Jul 2026 22:33:58 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20fix=20types?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LoginForm.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/LoginForm.tsx b/src/components/LoginForm.tsx index 40685f846..eef7406a7 100644 --- a/src/components/LoginForm.tsx +++ b/src/components/LoginForm.tsx @@ -44,6 +44,7 @@ export type LoginFormIDP = { idpId: number; name: string; variant?: string; + lastUsed?: boolean; }; type LoginFormProps = {