Skip to content

Commit b9b2cf9

Browse files
author
Backstage
committed
Update user seeder with new email and password domains
1 parent a5d84e7 commit b9b2cf9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Resources/UserResource/Schemas/UserForm.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public static function configure(Schema $schema): Schema
3838
->label(__('Email'))
3939
->prefixIcon(fn (): BackedEnum => Heroicon::Envelope, true)
4040
->email()
41-
->unique()
4241
->required(),
4342

4443
Select::make('roles')

0 commit comments

Comments
 (0)