/
home
/
clp
/
htdocs
/
app
/
files
/
src
/
Form
/
up file
home
<?php namespace App\Form; use Symfony\Component\Form\AbstractType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\OptionsResolver\OptionsResolverInterface; use Symfony\Component\Form\Extension\Core\Type\TextType; use Symfony\Component\Validator\Constraints as Assert; use App\Validator\Constraints\MfaCode; class LoginMfaType extends AbstractType { public function buildForm(FormBuilderInterface $builder, array $options) : void { goto De5d3; De5d3: $user = $options["\144\x61\164\x61"]; goto b1e68; b1e68: $mfaCodeConstraint = new MfaCode(); goto f0cf4; f0cf4: $mfaCodeConstraint->setUser($user); goto bf280; bf280: $builder->add("\155\x66\x61\x43\157\144\145", TextType::class, ["\162\x65\x71\x75\151\162\x65\x64" => true, "\141\x74\164\162" => ["\x63\154\x61\x73\x73" => "\146\x6f\x72\155\55\x63\157\x6e\164\x72\x6f\154\40\146\157\162\x6d\x2d\x63\157\x6e\164\x72\x6f\x6c\55\154\x67\40\x6d\146\141\55\143\x6f\144\x65", "\160\x6c\x61\x63\x65\150\x6f\154\x64\x65\162" => "\x45\156\164\x65\x72\40\x61\x75\x74\x68\x65\x6e\164\151\x63\x61\164\151\x6f\156\40\143\157\144\x65", "\141\x75\x74\157\x63\x6f\155\160\x6c\145\x74\145" => "\157\x66\x66"], "\x6c\141\142\x65\154" => "\101\165\x74\150\x65\x6e\x74\151\x63\x61\x74\151\157\x6e\x20\103\x6f\144\x65", "\155\x61\160\x70\145\144" => false, "\143\157\x6e\x73\x74\x72\x61\151\156\x74\x73" => [new Assert\NotNull(), $mfaCodeConstraint]]); goto B1ef1; B1ef1: } public function setDefaultOptions(OptionsResolverInterface $resolver) : void { } public function getName() : string { return "\x63\x6c\x70\137\154\x6f\147\151\156\137\155\x66\x61"; } }