Skip to content

Commit a25faf5

Browse files
RohanTaliplaurenzlong
authored andcommitted
Changed lastSignInTime in fake auth user to be a valid date and time (firebase#36)
1 parent e511ad6 commit a25faf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/auth.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function exampleUserRecord(): auth.UserRecord {
3636
3737
metadata: {
3838
creationTime: '2018-03-13T01:24:48Z',
39-
lastSignInTime: '2018-04-03T03:92:48Z',
39+
lastSignInTime: '2018-04-03T03:52:48Z',
4040
},
4141
uid: 'SQol8dFfyMapsQtRD4JgZdC5r1G2',
4242
});

0 commit comments

Comments
 (0)