Browse Source

Merge pull request #23008 from abpframework/auto-merge/rel-9-2/3767

Merge branch dev with rel-9.2
pull/23013/head
maliming 8 months ago
committed by GitHub
parent
commit
718baf48af
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      npm/packs/core/src/abp.js

2
npm/packs/core/src/abp.js

@ -832,7 +832,7 @@ var abp = abp || {};
abp.clock.trySetBrowserTimeZoneToCookie = true;
abp.clock.setBrowserTimeZoneToCookie = function () {
if (!abp.clock.trySetBrowserTimeZoneToCookie || !abp.clock.supportsMultipleTimezone() || abp.currentUser.isAuthenticated) {
if (!abp.clock.trySetBrowserTimeZoneToCookie || !abp.clock.supportsMultipleTimezone()) {
return;
}

Loading…
Cancel
Save