Login page overhaul

This commit is contained in:
Joseph Garrone
2024-05-07 20:46:02 +02:00
parent a887844a37
commit 7772550438
3 changed files with 109 additions and 92 deletions

View File

@ -157,7 +157,7 @@ export declare namespace KcContext {
registrationDisabled: boolean;
login: {
username?: string;
rememberMe?: string;
rememberMe?: string; // "on" | undefined
password?: string;
};
usernameHidden?: boolean;