@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.cjs
CHANGED
|
@@ -1860,7 +1860,7 @@ var AuthManager = class {
|
|
|
1860
1860
|
this.setRememberCookie(null, /* @__PURE__ */ new Date(0));
|
|
1861
1861
|
return;
|
|
1862
1862
|
}
|
|
1863
|
-
await this.onLoginSuccessful(account,
|
|
1863
|
+
await this.onLoginSuccessful(account, false);
|
|
1864
1864
|
}
|
|
1865
1865
|
async onLoginSuccessful(account, remember = false) {
|
|
1866
1866
|
await this.queries.updateAccountLastLogin(account.id);
|