mirror of
https://github.com/tutao/tutanota.git
synced 2025-12-08 06:09:50 +00:00
add whitelabel rejects to admin settings, server issue 438
This commit is contained in:
parent
2295ed178f
commit
5891792190
184 changed files with 625 additions and 223 deletions
|
|
@ -27,6 +27,7 @@ import {RecoverCodeTypeRef} from "../../entities/sys/RecoverCode"
|
|||
import {NotAuthorizedError, NotFoundError} from "../../common/error/RestError"
|
||||
import {MailTypeRef} from "../../entities/tutanota/Mail"
|
||||
import type {EntityUpdate} from "../../entities/sys/EntityUpdate"
|
||||
import {RejectedSenderTypeRef} from "../../entities/sys/RejectedSender"
|
||||
|
||||
const ValueType = EC.ValueType
|
||||
|
||||
|
|
@ -94,7 +95,7 @@ export class EntityRestCache implements EntityRestInterface {
|
|||
this._listEntities = {}
|
||||
this._ignoredTypes = [
|
||||
EntityEventBatchTypeRef, PermissionTypeRef, BucketPermissionTypeRef, SessionTypeRef,
|
||||
StatisticLogEntryTypeRef, SecondFactorTypeRef, RecoverCodeTypeRef
|
||||
StatisticLogEntryTypeRef, SecondFactorTypeRef, RecoverCodeTypeRef, RejectedSenderTypeRef
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue