var/cache/dev/twig/d3/d3b38d77ce3e11a193c55f7326c986f8.php line 59

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* @UVDeskCoreFramework//forgotPassword.html.twig */
  16. class __TwigTemplate_6fabac023be63704298b2df2144c6f62 extends Template
  17. {
  18. private Source $source;
  19. /**
  20. * @var array<string, Template>
  21. */
  22. private array $macros = [];
  23. public function __construct(Environment $env)
  24. {
  25. parent::__construct($env);
  26. $this->source = $this->getSourceContext();
  27. $this->blocks = [
  28. 'title' => [$this, 'block_title'],
  29. 'templateCSS' => [$this, 'block_templateCSS'],
  30. 'pageWrapper' => [$this, 'block_pageWrapper'],
  31. 'footer' => [$this, 'block_footer'],
  32. ];
  33. }
  34. protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  35. {
  36. // line 1
  37. return "@UVDeskCoreFramework//Templates//layout.html.twig";
  38. }
  39. protected function doDisplay(array $context, array $blocks = [])
  40. {
  41. $macros = $this->macros;
  42. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  43. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@UVDeskCoreFramework//forgotPassword.html.twig"));
  44. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  45. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@UVDeskCoreFramework//forgotPassword.html.twig"));
  46. // line 5
  47. $context["recaptchaDetail"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["recaptcha_service"]) || array_key_exists("recaptcha_service", $context) ? $context["recaptcha_service"] : (function () { throw new RuntimeError('Variable "recaptcha_service" does not exist.', 5, $this->source); })()), "getRecaptchaDetails", [], "method", false, false, false, 5);
  48. // line 1
  49. $this->parent = $this->loadTemplate("@UVDeskCoreFramework//Templates//layout.html.twig", "@UVDeskCoreFramework//forgotPassword.html.twig", 1);
  50. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  51. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  52. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  53. }
  54. // line 3
  55. public function block_title($context, array $blocks = [])
  56. {
  57. $macros = $this->macros;
  58. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  59. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
  60. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  61. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
  62. yield "Forgot Password";
  63. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  64. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  65. return; yield '';
  66. }
  67. // line 7
  68. public function block_templateCSS($context, array $blocks = [])
  69. {
  70. $macros = $this->macros;
  71. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  72. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "templateCSS"));
  73. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  74. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "templateCSS"));
  75. // line 8
  76. yield " <style>
  77. #loginForm h1 {
  78. font-size: 28px;
  79. color: #6F6F6F;
  80. font-weight: 600;
  81. margin: 0px 0px 10px 0px;
  82. }
  83. .forgot-password-cta {
  84. position: absolute;
  85. font-size: 15px !important;
  86. right: 0px;
  87. top: 0px;
  88. }
  89. </style>
  90. ";
  91. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  92. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  93. return; yield '';
  94. }
  95. // line 25
  96. public function block_pageWrapper($context, array $blocks = [])
  97. {
  98. $macros = $this->macros;
  99. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  100. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "pageWrapper"));
  101. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  102. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "pageWrapper"));
  103. // line 26
  104. yield " <div class=\"uv-large-box-plank\">
  105. \t\t<div class=\"uv-large-box-rt\">
  106. \t\t\t<div class=\"uv-center-box uv-text-center\">
  107. <form action=\"\" method=\"post\" id=\"loginForm\">
  108. <div class=\"uv-adjacent-center\">
  109. <h1>";
  110. // line 31
  111. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Forgot Password"), "html", null, true);
  112. yield "</h1>
  113. <div class=\"uv-element-block\">
  114. <p>";
  115. // line 33
  116. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Enter your email address and we will send you an email with instructions to update your login credentials."), "html", null, true);
  117. yield "</p>
  118. </div>
  119. <div class=\"uv-adjacent-form\">
  120. <div class=\"uv-adjacent-element-block\">
  121. <label>";
  122. // line 37
  123. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Email"), "html", null, true);
  124. yield "</label>
  125. <div class=\"uv-max-field\">
  126. <input class=\"uv-field\" type=\"email\" name=\"forgot_password_form[email]\">
  127. </div>
  128. </div>
  129. <div class=\"uv-adjacent-element-block\">
  130. ";
  131. // line 43
  132. if (((isset($context["recaptchaDetail"]) || array_key_exists("recaptchaDetail", $context) ? $context["recaptchaDetail"] : (function () { throw new RuntimeError('Variable "recaptchaDetail" does not exist.', 43, $this->source); })()) && (CoreExtension::getAttribute($this->env, $this->source, (isset($context["recaptchaDetail"]) || array_key_exists("recaptchaDetail", $context) ? $context["recaptchaDetail"] : (function () { throw new RuntimeError('Variable "recaptchaDetail" does not exist.', 43, $this->source); })()), "isActive", [], "any", false, false, false, 43) == true))) {
  133. // line 44
  134. yield " <div class=\"clearfix\"></div>
  135. <div class=\"g-recaptcha\" data-sitekey=\"";
  136. // line 45
  137. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["recaptchaDetail"]) || array_key_exists("recaptchaDetail", $context) ? $context["recaptchaDetail"] : (function () { throw new RuntimeError('Variable "recaptchaDetail" does not exist.', 45, $this->source); })()), "siteKey", [], "any", false, false, false, 45), "html", null, true);
  138. yield "\"></div>
  139. <div class=\"clearfix\"></div>
  140. ";
  141. } else {
  142. // line 48
  143. yield " <!-- Recaptcha will not support -->
  144. ";
  145. }
  146. // line 50
  147. yield " </div>
  148. <button class=\"uv-btn\">";
  149. // line 51
  150. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Send Mail"), "html", null, true);
  151. yield "</button>
  152. </div>
  153. </div>
  154. </div>
  155. </form>
  156. \t\t</div>
  157. \t\t<div class=\"uv-large-box-lt\">
  158. \t\t\t<div class=\"uv-center-box uv-text-center\">
  159. \t\t\t\t<a href=\"https://www.uvdesk.com\">
  160. <img alt=\"UVdesk\" title=\"UVdesk\" src=\"";
  161. // line 61
  162. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/uvdeskcoreframework/images/uvdesk-logo-symbol.svg"), "html", null, true);
  163. yield "\">
  164. \t\t\t\t</a>
  165. </div>
  166. \t\t</div>
  167. \t</div>
  168. ";
  169. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  170. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  171. return; yield '';
  172. }
  173. // line 68
  174. public function block_footer($context, array $blocks = [])
  175. {
  176. $macros = $this->macros;
  177. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  178. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
  179. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  180. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
  181. // line 69
  182. yield " ";
  183. yield from $this->yieldParentBlock("footer", $context, $blocks);
  184. yield "
  185. ";
  186. // line 71
  187. if (((isset($context["recaptchaDetail"]) || array_key_exists("recaptchaDetail", $context) ? $context["recaptchaDetail"] : (function () { throw new RuntimeError('Variable "recaptchaDetail" does not exist.', 71, $this->source); })()) && (CoreExtension::getAttribute($this->env, $this->source, (isset($context["recaptchaDetail"]) || array_key_exists("recaptchaDetail", $context) ? $context["recaptchaDetail"] : (function () { throw new RuntimeError('Variable "recaptchaDetail" does not exist.', 71, $this->source); })()), "isActive", [], "any", false, false, false, 71) == true))) {
  188. // line 72
  189. yield " <script src='https://www.google.com/recaptcha/api.js'></script>
  190. ";
  191. }
  192. // line 74
  193. yield "
  194. <script type=\"text/javascript\">
  195. \t\t\$(function () {
  196. _.extend(Backbone.Validation.callbacks, {
  197. valid : function (view, attr, selector) {
  198. var \$el = view.\$('[name=\"' + attr + '\"]');
  199. \$el.removeClass('uv-field-error');
  200. \$el.parents('.uv-adjacent-element-block').find('.uv-field-message').remove();
  201. },
  202. invalid : function (view, attr, error, selector) {
  203. var \$el = view.\$('[name=\"' + attr + '\"]');
  204. \$el.addClass('uv-field-error');
  205. \$el.parents('.uv-adjacent-element-block').find('.uv-field-message').remove();
  206. \$el.parents('.uv-adjacent-element-block').append(\"<span class='uv-field-message'>\" + error + \"</span>\");
  207. }
  208. });
  209. var LoginModel = Backbone.Model.extend({
  210. validation: {
  211. 'forgot_password_form[email]': [{
  212. required: true,
  213. msg: '";
  214. // line 95
  215. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("This field is mandatory"), "html", null, true);
  216. yield "'
  217. },{
  218. pattern: 'email',
  219. msg: '";
  220. // line 98
  221. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("This is not a valid email address"), "html", null, true);
  222. yield "'
  223. }],
  224. ";
  225. // line 100
  226. if (((isset($context["recaptchaDetail"]) || array_key_exists("recaptchaDetail", $context) ? $context["recaptchaDetail"] : (function () { throw new RuntimeError('Variable "recaptchaDetail" does not exist.', 100, $this->source); })()) && (CoreExtension::getAttribute($this->env, $this->source, (isset($context["recaptchaDetail"]) || array_key_exists("recaptchaDetail", $context) ? $context["recaptchaDetail"] : (function () { throw new RuntimeError('Variable "recaptchaDetail" does not exist.', 100, $this->source); })()), "isActive", [], "any", false, false, false, 100) == true))) {
  227. // line 101
  228. yield " 'g-recaptcha-response' : {
  229. fn: function(value) {
  230. if(grecaptcha.getResponse().length > 0)
  231. return false;
  232. else
  233. return true;
  234. },
  235. msg : '";
  236. // line 108
  237. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Please select CAPTCHA"), "html", null, true);
  238. yield "'
  239. }
  240. \t\t\t\t ";
  241. }
  242. // line 111
  243. yield " }
  244. });
  245. var LoginForm = Backbone.View.extend({
  246. \t\t el: 'form',
  247. events: {
  248. 'blur input': 'formChanged',
  249. 'click .uv-btn': 'submit'
  250. },
  251. initialize: function () {
  252. this.model = new LoginModel();
  253. Backbone.Validation.bind(this);
  254. },
  255. formChanged: function(e) {
  256. \t\t\t \tthis.model.set(Backbone.\$(e.currentTarget).attr('name'), Backbone.\$(e.currentTarget).val())
  257. \t\t\t \tthis.model.isValid([Backbone.\$(e.currentTarget).attr('name')])
  258. \t\t\t },
  259. submit: function (e) {
  260. e.preventDefault();
  261. var data = this.\$el.serializeObject();
  262. this.model.set(data);
  263. if(this.model.isValid(true)){
  264. this.\$el.submit();
  265. }
  266. }
  267. });
  268. \t\t new LoginForm();
  269. \t\t});
  270. \t</script>
  271. ";
  272. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  273. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  274. return; yield '';
  275. }
  276. /**
  277. * @codeCoverageIgnore
  278. */
  279. public function getTemplateName(): string
  280. {
  281. return "@UVDeskCoreFramework//forgotPassword.html.twig";
  282. }
  283. /**
  284. * @codeCoverageIgnore
  285. */
  286. public function isTraitable(): bool
  287. {
  288. return false;
  289. }
  290. /**
  291. * @codeCoverageIgnore
  292. */
  293. public function getDebugInfo(): array
  294. {
  295. return array ( 284 => 111, 278 => 108, 269 => 101, 267 => 100, 262 => 98, 256 => 95, 233 => 74, 229 => 72, 227 => 71, 221 => 69, 211 => 68, 194 => 61, 181 => 51, 178 => 50, 174 => 48, 168 => 45, 165 => 44, 163 => 43, 154 => 37, 147 => 33, 142 => 31, 135 => 26, 125 => 25, 99 => 8, 89 => 7, 69 => 3, 58 => 1, 56 => 5, 43 => 1,);
  296. }
  297. public function getSourceContext(): Source
  298. {
  299. return new Source("{% extends \"@UVDeskCoreFramework//Templates//layout.html.twig\" %}
  300. {% block title %}Forgot Password{% endblock %}
  301. {% set recaptchaDetail = recaptcha_service.getRecaptchaDetails() %}
  302. {% block templateCSS %}
  303. <style>
  304. #loginForm h1 {
  305. font-size: 28px;
  306. color: #6F6F6F;
  307. font-weight: 600;
  308. margin: 0px 0px 10px 0px;
  309. }
  310. .forgot-password-cta {
  311. position: absolute;
  312. font-size: 15px !important;
  313. right: 0px;
  314. top: 0px;
  315. }
  316. </style>
  317. {% endblock %}
  318. {% block pageWrapper %}
  319. <div class=\"uv-large-box-plank\">
  320. \t\t<div class=\"uv-large-box-rt\">
  321. \t\t\t<div class=\"uv-center-box uv-text-center\">
  322. <form action=\"\" method=\"post\" id=\"loginForm\">
  323. <div class=\"uv-adjacent-center\">
  324. <h1>{{ \"Forgot Password\" |trans}}</h1>
  325. <div class=\"uv-element-block\">
  326. <p>{{ \"Enter your email address and we will send you an email with instructions to update your login credentials.\" |trans}}</p>
  327. </div>
  328. <div class=\"uv-adjacent-form\">
  329. <div class=\"uv-adjacent-element-block\">
  330. <label>{{ \"Email\" |trans}}</label>
  331. <div class=\"uv-max-field\">
  332. <input class=\"uv-field\" type=\"email\" name=\"forgot_password_form[email]\">
  333. </div>
  334. </div>
  335. <div class=\"uv-adjacent-element-block\">
  336. {% if recaptchaDetail and recaptchaDetail.isActive == true %}
  337. <div class=\"clearfix\"></div>
  338. <div class=\"g-recaptcha\" data-sitekey=\"{{ recaptchaDetail.siteKey }}\"></div>
  339. <div class=\"clearfix\"></div>
  340. {% else %}
  341. <!-- Recaptcha will not support -->
  342. {% endif %}
  343. </div>
  344. <button class=\"uv-btn\">{{ 'Send Mail'|trans }}</button>
  345. </div>
  346. </div>
  347. </div>
  348. </form>
  349. \t\t</div>
  350. \t\t<div class=\"uv-large-box-lt\">
  351. \t\t\t<div class=\"uv-center-box uv-text-center\">
  352. \t\t\t\t<a href=\"https://www.uvdesk.com\">
  353. <img alt=\"UVdesk\" title=\"UVdesk\" src=\"{{ asset('bundles/uvdeskcoreframework/images/uvdesk-logo-symbol.svg') }}\">
  354. \t\t\t\t</a>
  355. </div>
  356. \t\t</div>
  357. \t</div>
  358. {% endblock %}
  359. {% block footer %}
  360. {{ parent() }}
  361. {% if recaptchaDetail and recaptchaDetail.isActive == true %}
  362. <script src='https://www.google.com/recaptcha/api.js'></script>
  363. {% endif %}
  364. <script type=\"text/javascript\">
  365. \t\t\$(function () {
  366. _.extend(Backbone.Validation.callbacks, {
  367. valid : function (view, attr, selector) {
  368. var \$el = view.\$('[name=\"' + attr + '\"]');
  369. \$el.removeClass('uv-field-error');
  370. \$el.parents('.uv-adjacent-element-block').find('.uv-field-message').remove();
  371. },
  372. invalid : function (view, attr, error, selector) {
  373. var \$el = view.\$('[name=\"' + attr + '\"]');
  374. \$el.addClass('uv-field-error');
  375. \$el.parents('.uv-adjacent-element-block').find('.uv-field-message').remove();
  376. \$el.parents('.uv-adjacent-element-block').append(\"<span class='uv-field-message'>\" + error + \"</span>\");
  377. }
  378. });
  379. var LoginModel = Backbone.Model.extend({
  380. validation: {
  381. 'forgot_password_form[email]': [{
  382. required: true,
  383. msg: '{{ \"This field is mandatory\"|trans }}'
  384. },{
  385. pattern: 'email',
  386. msg: '{{ \"This is not a valid email address\"|trans }}'
  387. }],
  388. {% if recaptchaDetail and recaptchaDetail.isActive == true %}
  389. 'g-recaptcha-response' : {
  390. fn: function(value) {
  391. if(grecaptcha.getResponse().length > 0)
  392. return false;
  393. else
  394. return true;
  395. },
  396. msg : '{{ \"Please select CAPTCHA\"|trans }}'
  397. }
  398. \t\t\t\t {% endif %}
  399. }
  400. });
  401. var LoginForm = Backbone.View.extend({
  402. \t\t el: 'form',
  403. events: {
  404. 'blur input': 'formChanged',
  405. 'click .uv-btn': 'submit'
  406. },
  407. initialize: function () {
  408. this.model = new LoginModel();
  409. Backbone.Validation.bind(this);
  410. },
  411. formChanged: function(e) {
  412. \t\t\t \tthis.model.set(Backbone.\$(e.currentTarget).attr('name'), Backbone.\$(e.currentTarget).val())
  413. \t\t\t \tthis.model.isValid([Backbone.\$(e.currentTarget).attr('name')])
  414. \t\t\t },
  415. submit: function (e) {
  416. e.preventDefault();
  417. var data = this.\$el.serializeObject();
  418. this.model.set(data);
  419. if(this.model.isValid(true)){
  420. this.\$el.submit();
  421. }
  422. }
  423. });
  424. \t\t new LoginForm();
  425. \t\t});
  426. \t</script>
  427. {% endblock %}", "@UVDeskCoreFramework//forgotPassword.html.twig", "/var/www/uvdesk/vendor/uvdesk/core-framework/Resources/views/forgotPassword.html.twig");
  428. }
  429. }