Fixed linter errors

This commit is contained in:
2019-10-21 14:02:09 +09:00
parent 1819367160
commit 506fd3c0a7
6 changed files with 45 additions and 43 deletions

View File

@ -164,8 +164,6 @@ func InstallTwitterAuth(app *aero.Application) {
user.Nick = "tw" + twUser.ID
user.Email = twUser.Email
user.LastLogin = arn.DateTimeUTC()
// TODO: The full name is in the Name field
user.FirstName = twUser.Name
// Save basic user info already to avoid data inconsistency problems