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