fix: ensures email is still prefilled in auth configs
This commit is contained in:
@@ -8,7 +8,9 @@ export default [
|
||||
type: 'email',
|
||||
validate: email,
|
||||
admin: {
|
||||
disabled: true,
|
||||
components: {
|
||||
Field: () => null,
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user