0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

chore: fix typo (#6803)

This commit is contained in:
wangsijie 2024-11-14 09:14:23 +08:00 committed by GitHub
parent 3ee2e03ac8
commit 0020e26270
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ describe('profile, account center fields disabled', () => {
enabled: true,
fields: {
name: AccountCenterControlValue.ReadOnly,
// Unexisted filed should not be readable
// Unexisted field should not be readable
},
});
});