Remove unused variable

This commit is contained in:
Joseph Garrone 2024-05-07 20:56:48 +02:00
parent 7772550438
commit 22a0c9f401

View File

@ -173,21 +173,6 @@ export declare namespace KcContext {
};
};
/*
export type Register_legacy = RegisterUserProfile.CommonWithLegacy & {
pageId: "register.ftl";
register: {
formData: {
firstName?: string;
displayName?: string;
lastName?: string;
email?: string;
username?: string;
};
};
};
*/
export type Register = Common & {
pageId: "register.ftl" | "register-user-profile.ftl";
profile: {