export interface AccountSettings { isSelfRegistrationEnabled: boolean; isRememberBrowserEnabled: boolean; enableLocalLogin: boolean; }