Skip to content

Commit

Permalink
Changed lastSignInTime in fake auth user to be a valid date and time (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanTalip authored and laurenzlong committed Dec 13, 2018
1 parent e511ad6 commit a25faf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function exampleUserRecord(): auth.UserRecord {
email: '[email protected]',
metadata: {
creationTime: '2018-03-13T01:24:48Z',
lastSignInTime: '2018-04-03T03:92:48Z',
lastSignInTime: '2018-04-03T03:52:48Z',
},
uid: 'SQol8dFfyMapsQtRD4JgZdC5r1G2',
});
Expand Down

0 comments on commit a25faf5

Please sign in to comment.