Skip to content
Snippets Groups Projects
Commit cf1e063f authored by Gregor Gawol's avatar Gregor Gawol Committed by Dorian Merz
Browse files

refs #16806 [fid] modified initial registration

* set type email instead of text
parent 35ee9d83
No related merge requests found
......@@ -51,7 +51,7 @@ return [
'username_confirmation' => [
'spec' => [
'name' => 'username_confirmation',
'type' => Text::class,
'type' => Email::class,
'options' => [
'label' => 'label_username_confirmation',
],
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment