fix(richtext-lexical)!: html converters not respecting overrideAccess property when populating values, in local API

This commit is contained in:
Alessio Gravili
2024-08-06 11:15:09 -04:00
parent a422a0d568
commit c15d679b65
14 changed files with 156 additions and 27 deletions

View File

@@ -74,6 +74,7 @@ export interface Config {
export interface UserAuthOperations {
forgotPassword: {
email: string;
password: string;
};
login: {
email: string;
@@ -85,6 +86,7 @@ export interface UserAuthOperations {
};
unlock: {
email: string;
password: string;
};
}
/**