mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
emailchecked nullable in AdminUser
This commit is contained in:
parent
55f33bc163
commit
34bcf2bf1f
@ -32,8 +32,8 @@ export class UserAdmin {
|
||||
@Field(() => [Decimal])
|
||||
creation: Decimal[]
|
||||
|
||||
@Field(() => Boolean)
|
||||
emailChecked: boolean
|
||||
@Field(() => Boolean, { nullable: true })
|
||||
emailChecked: boolean | null
|
||||
|
||||
@Field(() => Boolean)
|
||||
hasElopage: boolean
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user