mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 15:55:56 +02:00
Fix signin history (#5180)
* Fix #5179 * Fix wrong value in signin history
This commit is contained in:
@@ -61,7 +61,7 @@ export default async (ctx: Koa.BaseContext) => {
|
||||
userId: user.id,
|
||||
ip: ctx.ip,
|
||||
headers: ctx.headers,
|
||||
success: !!(status || failure)
|
||||
success: false
|
||||
});
|
||||
|
||||
// Publish signin event
|
||||
|
||||
Reference in New Issue
Block a user