diff options
author | 2021-03-20 19:08:17 +0100 | |
---|---|---|
committer | 2021-03-20 19:08:17 +0100 | |
commit | 044c0df42813697a0923e6de87ac8e2243d6025c (patch) | |
tree | 14a8a01729268efb879c114b7e54c0257b9b87c3 /internal/gtsmodel/user.go | |
parent | tidying up (diff) | |
download | gotosocial-044c0df42813697a0923e6de87ac8e2243d6025c.tar.xz |
go fmt
Diffstat (limited to 'internal/gtsmodel/user.go')
-rw-r--r-- | internal/gtsmodel/user.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/internal/gtsmodel/user.go b/internal/gtsmodel/user.go index c105899b8..551cbe2a4 100644 --- a/internal/gtsmodel/user.go +++ b/internal/gtsmodel/user.go @@ -112,9 +112,9 @@ type User struct { EncryptedOTPSecretSalt string OTPRequiredForLogin bool OTPBackupCodes []string - ConsumedTimestamp int - RememberToken string - SignInToken string - SignInTokenSentAt time.Time `pg:"type:timestamp"` - WebauthnID string + ConsumedTimestamp int + RememberToken string + SignInToken string + SignInTokenSentAt time.Time `pg:"type:timestamp"` + WebauthnID string } |