@tellescope/utilities 1.255.12 → 1.255.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/utils.js +2 -2
- package/lib/cjs/utils.js.map +1 -1
- package/lib/esm/utils.js +2 -2
- package/lib/esm/utils.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/src/utils.ts +1 -1
package/lib/esm/utils.js
CHANGED
|
@@ -1869,8 +1869,8 @@ export var URIDecodeEmail = function (content, verbose) { return (content
|
|
|
1869
1869
|
return toReturn;
|
|
1870
1870
|
})); };
|
|
1871
1871
|
export var mfa_is_enabled = function (u) {
|
|
1872
|
-
var _a;
|
|
1873
|
-
return (!!((_a = u === null || u === void 0 ? void 0 : u.mfa) === null || _a === void 0 ? void 0 : _a.email));
|
|
1872
|
+
var _a, _b;
|
|
1873
|
+
return (!!((_a = u === null || u === void 0 ? void 0 : u.mfa) === null || _a === void 0 ? void 0 : _a.email) || !!((_b = u === null || u === void 0 ? void 0 : u.mfa) === null || _b === void 0 ? void 0 : _b.authenticator));
|
|
1874
1874
|
};
|
|
1875
1875
|
export var get_next_reminder_timestamp = function (_a) {
|
|
1876
1876
|
var startTimeInMS = _a.startTimeInMS, _reminders = _a.reminders, _b = _a.attendees, attendees = _b === void 0 ? [] : _b;
|