Update login-username.ftl page

This commit is contained in:
Joseph Garrone
2024-05-11 18:15:00 +02:00
parent d5376b80c2
commit 8683cf88fe
2 changed files with 94 additions and 110 deletions

View File

@ -307,15 +307,7 @@ export declare namespace KcContext {
rememberMe?: string;
};
usernameHidden?: boolean;
social: {
displayInfo: boolean;
providers?: {
loginUrl: string;
alias: string;
providerId: string;
displayName: string;
}[];
};
social: Login["social"];
};
export type LoginPassword = Common & {