mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-20 07:13:51 +02:00
Display 2FA dialog once
This commit is contained in:
@@ -1583,7 +1583,7 @@ class Database {
|
||||
updated_at: dbRow[12],
|
||||
version: dbRow[13]
|
||||
};
|
||||
data.unshift(row);
|
||||
data.push(row);
|
||||
}, `SELECT * FROM ${Database.userPrefix}_avatar_history INNER JOIN cache_avatar ON cache_avatar.id = ${Database.userPrefix}_avatar_history.avatar_id ORDER BY ${Database.userPrefix}_avatar_history.created_at DESC LIMIT 100`);
|
||||
return data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user