Admin Portal - Profile

This commit is contained in:
hillelcoren 2022-04-21 16:46:17 +00:00
parent b7d0c0dddf
commit 7e69cc5165

View File

@ -440240,15 +440240,15 @@
};
A._PasswordConfirmationState.prototype = {
_submit$0() {
var _this = this,
t1 = _this._dialogs$_password;
if ((t1 == null ? "" : t1).length === 0)
var t1 = this._dialogs$_password,
password = B.JSString_methods.trim$0(t1 == null ? "" : t1);
if (password.length === 0)
return;
t1 = _this._framework$_element;
t1 = this._framework$_element;
t1.toString;
A.Navigator_of(t1, false).pop$1(0, null);
t1 = _this._widget;
t1.callback$2(0, _this._dialogs$_password, t1.idToken);
t1 = this._widget;
t1.callback$2(0, password, t1.idToken);
},
build$1(_, context) {
var t3, t4, _this = this, _null = null,