Skip to content

Commit eb466fc

Browse files
committed
fix spellcheck
1 parent c7ae4fa commit eb466fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/UserUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function getLoginKey(login: NewLogin) {
5050
}
5151

5252
function getLastLogin(login: NewLogin) {
53-
// If we have not reauthenticated, then lastLogin will still be the default 2008-01-01 value. So the created time stamp will be more accurate in that case.
53+
// If we have not re-authenticated, then lastLogin will still be the default 2008-01-01 value. So the created time stamp will be more accurate in that case.
5454
return login.lastLogin > login.created ? login.lastLogin : login.created;
5555
}
5656

0 commit comments

Comments
 (0)