From 7e69cc516540838fa9bb889e04523c1f89af5d63 Mon Sep 17 00:00:00 2001 From: hillelcoren Date: Thu, 21 Apr 2022 16:46:17 +0000 Subject: [PATCH] Admin Portal - Profile --- public/main.profile.dart.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/main.profile.dart.js b/public/main.profile.dart.js index a78276c6f2a0..2142427cd00d 100644 --- a/public/main.profile.dart.js +++ b/public/main.profile.dart.js @@ -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,