Remove misleading comment

This commit is contained in:
Joseph Garrone
2024-05-08 16:57:56 +02:00
parent 3eeba99152
commit f5ab145906

View File

@ -494,12 +494,6 @@ export declare namespace KcContext {
export type DeleteCredential = Common & {
pageId: "delete-credential.ftl";
credentialLabel: string;
/*
credential: {
id: string;
userLabel: string;
};
*/
};
}