mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-08 05:28:10 +02:00
🏷️ fix types
This commit is contained in:
@@ -44,6 +44,7 @@ export type LoginFormIDP = {
|
|||||||
idpId: number;
|
idpId: number;
|
||||||
name: string;
|
name: string;
|
||||||
variant?: string;
|
variant?: string;
|
||||||
|
lastUsed?: boolean;
|
||||||
};
|
};
|
||||||
|
|
||||||
type LoginFormProps = {
|
type LoginFormProps = {
|
||||||
|
|||||||
Reference in New Issue
Block a user