fix: ensures email is still prefilled in auth configs

This commit is contained in:
James
2021-04-02 12:59:15 -04:00
parent dff72fbf2f
commit 31c41c22ec
4 changed files with 5 additions and 9 deletions

View File

@@ -8,7 +8,9 @@ export default [
type: 'email',
validate: email,
admin: {
disabled: true,
components: {
Field: () => null,
},
},
},
{