mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	@@ -59,7 +59,7 @@ func loadSecurityData(ctx *context.Context) {
 | 
			
		||||
	}
 | 
			
		||||
	ctx.Data["TOTPEnrolled"] = enrolled
 | 
			
		||||
 | 
			
		||||
	credentials, err := auth_model.GetWebAuthnCredentialsByUID(ctx.Doer.ID)
 | 
			
		||||
	credentials, err := auth_model.GetWebAuthnCredentialsByUID(ctx, ctx.Doer.ID)
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		ctx.ServerError("GetWebAuthnCredentialsByUID", err)
 | 
			
		||||
		return
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user