From 4dee08a6b4d3ba413ddcd6a8bb3e581b287dcb5d Mon Sep 17 00:00:00 2001 From: successgo Date: Mon, 22 Jun 2020 23:21:11 +0800 Subject: Fix typo (#12013) * Fix typo of MSSQL * Fix typo: validates * Fix typo * fix comment with space Co-authored-by: techknowlogick --- modules/context/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/context') diff --git a/modules/context/api.go b/modules/context/api.go index acecf8f264..fdc000e4a5 100644 --- a/modules/context/api.go +++ b/modules/context/api.go @@ -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) -- cgit v1.2.3