fix js error on change password (#4475)

This commit is contained in:
Aina Sitraka
2024-02-16 20:15:04 +03:00
committed by GitHub
parent 03ac68bb60
commit c39659630a
14 changed files with 31 additions and 85 deletions

View File

@@ -33,7 +33,7 @@ define([
},
render: function () {
if (this.errors.length > 0) {
var template = _.template($(this.errorTemplate).html(), {
var template = _.template($(this.errorTemplate).html())({
errors: this.errors
});