mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
🎨 rename last_login to last_seen (#612)
refs https://github.com/TryGhost/Ghost/issues/8258
This commit is contained in:
parent
9487ff9bae
commit
f62ce41bc1
@ -7,7 +7,7 @@ const {String: {pluralize}} = Ember;
|
||||
export default ApplicationSerializer.extend(EmbeddedRecordsMixin, {
|
||||
attrs: {
|
||||
roles: {embedded: 'always'},
|
||||
lastLoginUTC: {key: 'last_login'},
|
||||
lastLoginUTC: {key: 'last_seen'},
|
||||
createdAtUTC: {key: 'created_at'},
|
||||
updatedAtUTC: {key: 'updated_at'}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user