remove current user method

This commit is contained in:
Mads Rasmussen
2023-03-08 16:23:57 +01:00
parent be096ceffd
commit 46bb6ace48

View File

@@ -43,16 +43,6 @@ export class UmbModalContext {
return this.open('umb-modal-layout-property-editor-ui-picker', { data, type: 'sidebar', size: 'small' });
}
/**
* Opens the user settings sidebar modal
* @public
* @return {*} {UmbModalHandler}
* @memberof UmbModalContext
*/
public userSettings(): UmbModalHandler {
return this.open('umb-modal-layout-current-user', { type: 'sidebar', size: 'small' });
}
/**
* Opens a language picker sidebar modal
* @public