From c02bedfd9788c72bd835878660c189b73e8f6bcd Mon Sep 17 00:00:00 2001 From: hillelcoren Date: Fri, 16 Aug 2024 12:10:04 +0000 Subject: [PATCH] Admin Portal - Profile --- public/main.profile.dart.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/main.profile.dart.js b/public/main.profile.dart.js index 2be11eaaa395..a9eaaac1d1b6 100644 --- a/public/main.profile.dart.js +++ b/public/main.profile.dart.js @@ -508290,16 +508290,16 @@ }, _getUrl$0() { var t1, - _s27_ = "https://testv5.invoicing.co", - _s28_ = "https://staging.invoicing.co", + _s28_ = "https://testv5.invoicing.co/", + _s28_0 = "https://staging.invoicing.co", _s24_ = "https://invoiceninja.net"; if (this._isSelfHosted) return this._login_view$_urlController._change_notifier$_value.text; t1 = this._widget.viewModel.state.authState.url; - if (A.cleanApiUrl(t1) === _s27_) - return _s27_; - else if (A.cleanApiUrl(t1) === _s28_) + if (A.cleanApiUrl(t1) === _s28_) return _s28_; + else if (A.cleanApiUrl(t1) === _s28_0) + return _s28_0; else if (A.cleanApiUrl(t1) === _s24_) return _s24_; else