mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 04:03:06 +00:00
Pass lastLogin to user
This commit is contained in:
parent
52336b2388
commit
138cd6bb93
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ export default {
|
|||
state.isTouchDevice = ('ontouchstart' in window);
|
||||
|
||||
state.user = {
|
||||
lastLogin: data.metadata.lastSignInTime,
|
||||
uid: data.uid,
|
||||
displayName: data.displayName,
|
||||
email: data.email,
|
||||
|
|
Loading…
Reference in a new issue