Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9985b7a

Browse filesBrowse files
committed
[SecurityBundle] Remove the intention option from a test form
1 parent 3a85c01 commit 9985b7a
Copy full SHA for 9985b7a

File tree

1 file changed

+0
-1
lines changed
Filter options
  • src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Form

1 file changed

+0
-1
lines changed

‎src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Form/UserLoginType.php

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Form/UserLoginType.php
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ public function configureOptions(OptionsResolver $resolver)
8484
*/
8585

8686
$resolver->setDefaults(array(
87-
'intention' => 'authenticate',
8887
'csrf_token_id' => 'authenticate',
8988
));
9089
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.