1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

Admin Portal - Profile

This commit is contained in:
hillelcoren 2022-03-29 15:38:51 +00:00
parent cc02988c02
commit 818a69b9fa

View File

@ -81144,9 +81144,8 @@
this.$this = t0;
this.context = t1;
},
DocumentTile_build___closure: function DocumentTile_build___closure(t0, t1) {
DocumentTile_build___closure: function DocumentTile_build___closure(t0) {
this.$this = t0;
this.context = t1;
},
DocumentTile_build_closure: function DocumentTile_build_closure(t0) {
this.localization = t0;
@ -378196,8 +378195,7 @@
};
A.DocumentTile_build__closure.prototype = {
call$1(_) {
var t1 = this.context;
A.passwordCallback(false, new A.DocumentTile_build___closure(this.$this, t1), t1);
A.passwordCallback(false, new A.DocumentTile_build___closure(this.$this), this.context);
},
$signature: 9
};
@ -378205,7 +378203,6 @@
call$2(password, idToken) {
var t1 = this.$this;
t1.onDeleteDocument.call$3(t1.document, password, idToken);
A.Navigator_of(this.context, false).pop$1(0, null);
},
$signature: 48
};