mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Stop serializing user_auth_token_logs (#8043)
These are no longer used in the user interface
This commit is contained in:
@@ -2380,7 +2380,6 @@ export default {
|
||||
can_change_bio: true,
|
||||
user_api_keys: null,
|
||||
user_auth_tokens: [],
|
||||
user_auth_token_logs: [],
|
||||
invited_by: null,
|
||||
groups: [
|
||||
{
|
||||
@@ -2677,19 +2676,6 @@ export default {
|
||||
is_active: true
|
||||
}
|
||||
],
|
||||
user_auth_token_logs: [
|
||||
{
|
||||
id: 4,
|
||||
client_ip: "127.0.0.1",
|
||||
location: "unknown",
|
||||
browser: "Google Chrome",
|
||||
device: "GNU/Linux Computer",
|
||||
os: "Linux",
|
||||
icon: "fab-linux",
|
||||
created_at: "2019-06-26T08:41:18.448Z",
|
||||
action: "Log In"
|
||||
}
|
||||
],
|
||||
invited_by: null,
|
||||
groups: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user