mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +00:00 
			
		
		
		
	Fix typo (#12013)
* Fix typo of MSSQL * Fix typo: validates * Fix typo * fix comment with space Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
		| @@ -169,7 +169,7 @@ func (ctx *APIContext) RequireCSRF() { | ||||
| 	} | ||||
| } | ||||
|  | ||||
| // CheckForOTP validateds OTP | ||||
| // CheckForOTP validates OTP | ||||
| func (ctx *APIContext) CheckForOTP() { | ||||
| 	otpHeader := ctx.Req.Header.Get("X-Gitea-OTP") | ||||
| 	twofa, err := models.GetTwoFactorByUID(ctx.Context.User.ID) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user