Remove misleading comment

This commit is contained in:
Joseph Garrone 2024-05-08 16:57:56 +02:00
parent d6a302f6a3
commit 20565038f5

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;
};
*/
};
}