entropic-bond 1.53.3 → 1.53.4
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/entropic-bond.js
CHANGED
|
@@ -1677,6 +1677,9 @@ const m = class m extends L {
|
|
|
1677
1677
|
deleteUser(e) {
|
|
1678
1678
|
return m._authService.deleteUser(e);
|
|
1679
1679
|
}
|
|
1680
|
+
notifyUserChanges() {
|
|
1681
|
+
m._authService.notifyUserChanges();
|
|
1682
|
+
}
|
|
1680
1683
|
};
|
|
1681
1684
|
m.error = { shouldBeRegistered: "You should register a Server Auth service before using the Server Auth." }, m._instance = void 0;
|
|
1682
1685
|
let T = m;
|
|
@@ -1706,6 +1709,8 @@ class Pe extends L {
|
|
|
1706
1709
|
get userCredentials() {
|
|
1707
1710
|
return this._userCredentials;
|
|
1708
1711
|
}
|
|
1712
|
+
notifyUserChanges() {
|
|
1713
|
+
}
|
|
1709
1714
|
}
|
|
1710
1715
|
function we(i, e) {
|
|
1711
1716
|
return i ? i.replace(/\${\s*(\w*)\s*}/g, function(t, r) {
|