Fix a typo in a usage example (#503)

This commit is contained in:
Anders Bondehagen 2022-10-25 06:43:20 +02:00 committed by GitHub
parent 846f4dbf44
commit 44cdf33c3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
source/schema.d.ts vendored
View File

@ -29,7 +29,6 @@ const userMaskSettings: UserMask = {
firstname: 'show',
lastname: 'mask',
},
phoneNumbers: 'mask',
created: 'show',
active: 'show',
passwordHash: 'hide',