mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 01:32:25 -05:00 
			
		
		
		
	go fmt
This commit is contained in:
		
					parent
					
						
							
								d0e6625d6e
							
						
					
				
			
			
				commit
				
					
						044c0df428
					
				
			
		
					 3 changed files with 7 additions and 9 deletions
				
			
		|  | @ -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 | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue