@eaccess/auth 0.1.16 → 0.1.17
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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1771,7 +1771,7 @@ var AuthManager = class {
|
|
|
1771
1771
|
this.setRememberCookie(null, /* @__PURE__ */ new Date(0));
|
|
1772
1772
|
return;
|
|
1773
1773
|
}
|
|
1774
|
-
await this.onLoginSuccessful(account,
|
|
1774
|
+
await this.onLoginSuccessful(account, false);
|
|
1775
1775
|
}
|
|
1776
1776
|
async onLoginSuccessful(account, remember = false) {
|
|
1777
1777
|
await this.queries.updateAccountLastLogin(account.id);
|