mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-29 13:44:14 +00:00
chore: apply golangci "forbidigo" to all packages (#39151)
This commit is contained in:
@@ -67,6 +67,6 @@ func runDisableTwoFactor(ctx context.Context, c *cli.Command) error {
|
||||
return err
|
||||
}
|
||||
|
||||
fmt.Printf("Disabled 2FA for user %q (removed %d TOTP and %d WebAuthn credential(s))\n", user.Name, totp, webAuthn)
|
||||
cprintf(c, "Disabled 2FA for user %q (removed %d TOTP and %d WebAuthn credential(s))\n", user.Name, totp, webAuthn)
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user