mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Admin Portal - Profile
This commit is contained in:
parent
b7d0c0dddf
commit
7e69cc5165
12
public/main.profile.dart.js
vendored
12
public/main.profile.dart.js
vendored
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user