Skip to content

Commit bc4f8be

Browse files
committed
Fixing build error
1 parent 13cae15 commit bc4f8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/doctrine/registration_form.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ Having a Registration form with only Email (no Username)
341341

342342
If you want your users to login via email and you don't need a username, then you
343343
can remove it from your ``User`` entity entirely. Instead, make ``getUsername()``
344-
return the ``email`` property.
344+
return the ``email`` property::
345345

346346
// src/AppBundle/Entity/User.php
347347
// ...

0 commit comments

Comments
 (0)